summaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAgeFilesLines
* setup_git_directory(): fix move to worktree toplevel directoryNguyễn Thái Ngọc Duy2008-08-301-0/+2
* Merge branch 'dr/ceiling'Junio C Hamano2008-07-071-15/+16
|\
| * Eliminate an unnecessary chdir("..")David Reiss2008-05-231-1/+1
| * Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-231-11/+13
* | Merge branch 'j6t/mingw'Junio C Hamano2008-07-021-20/+39
|\ \
| * | Windows: Treat Windows style path names.Johannes Sixt2008-06-231-14/+36
| * | setup.c: Prepare for Windows directory separators.Johannes Sixt2008-06-231-8/+5
* | | Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds2008-06-191-1/+2
|/ /
* | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
|/
* Merge branch 'lh/git-file'Junio C Hamano2008-05-051-0/+47
|\
| * Add platform-independent .git "symlink"Lars Hjemli2008-04-091-0/+47
* | Make core.sharedRepository more genericHeikki Orsila2008-04-161-14/+46
|/
* Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor2008-03-261-0/+8
* get_pathspec(): die when an out-of-tree path is givenJunio C Hamano2008-03-071-0/+2
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt2008-02-201-2/+2
* Merge branch 'jc/setup'Junio C Hamano2008-02-201-42/+116
|\
| * setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-051-42/+116
* | setup.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* Fix grammar nits in documentation and in code comments.Jim Meyering2008-01-031-1/+1
* Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy2007-12-091-1/+0
* Merge branch 'maint'Junio C Hamano2007-12-051-7/+29
|\
| * Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2007-12-051-12/+26
| * Do check_repository_format() earlyNguyễn Thái Ngọc Duy2007-11-301-3/+10
| * Add missing inside_work_tree setting in setup_git_directory_gentlyNguyễn Thái Ngọc Duy2007-11-031-0/+1
* | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska2007-11-261-1/+1
* | builtin-blame: set up the work_tree before the first file accessJohannes Schindelin2007-11-091-2/+8
* | Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-1/+2
* | Refactor working tree setupMike Hommey2007-11-051-0/+9
|/
* Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin2007-10-161-1/+12
* Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin2007-08-101-42/+10
* Merge branch 'maint'Junio C Hamano2007-08-061-1/+1
|\
| * setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano2007-08-061-1/+1
* | Fix work-tree related breakagesJunio C Hamano2007-08-021-8/+14
* | Clean up work-tree handlingJohannes Schindelin2007-08-011-152/+127
* | white space fixes in setup.cJohannes Schindelin2007-07-301-3/+3
* | Fix core.sharedRepository = 2Johannes Schindelin2007-07-111-0/+4
* | Do not check if getcwd() result begins with a slash.Junio C Hamano2007-07-041-4/+4
* | Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-56/+162
|\ \
| * | setup_git_directory: fix segfault if repository is found in cwdMatthias Lederhofer2007-06-061-0/+5
| * | Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-061-1/+1
| * | introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-061-55/+156
| |/
* | War on whitespaceJunio C Hamano2007-06-071-2/+2
|/
* Merge branch 'maint'Junio C Hamano2007-03-101-1/+1
|\
| * setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer2007-03-101-1/+1
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
|/
* Do not verify filenames in a bare repositoryJohannes Schindelin2007-01-201-0/+26
* Detached HEAD (experimental)Junio C Hamano2007-01-081-2/+3
* Automatically detect a bare git repository.Shawn O. Pearce2006-12-301-34/+39
* Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-301-2/+0