summaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-201-0/+2
* Fix crash when GIT_DIR is invalidJohannes Schindelin2006-08-041-1/+1
* setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer2006-07-301-0/+4
* shared repository: optionally allow reading to "others".Junio C Hamano2006-06-101-1/+16
* revision parsing: make "rev -- paths" checks stronger.Junio C Hamano2006-04-261-2/+22
* Fix filename verification when in a subdirectoryLinus Torvalds2006-04-261-0/+23
* Introduce core.sharedrepositoryJohannes Schindelin2005-12-241-0/+2
* Merge branch 'jc/subdir'Junio C Hamano2005-11-301-3/+25
|\
| * working from subdirectory: preparationJunio C Hamano2005-11-281-3/+25
* | Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen2005-11-301-1/+1
|/
* setup_git_directory(): check repository format version.Junio C Hamano2005-11-271-0/+1
* Repository format version check.Junio C Hamano2005-11-271-0/+16
* setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano2005-11-251-5/+37
* Add git-symbolic-refJunio C Hamano2005-10-011-7/+9
* Diff clean-up.Junio C Hamano2005-09-241-5/+5
* Retire support for old environment variables.Junio C Hamano2005-09-091-2/+2
* [PATCH] Make .git directory validation code test HEADLinus Torvalds2005-08-271-11/+20
* [PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds2005-08-171-1/+1
* [PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds2005-08-161-42/+51
* [PATCH] Fix test failure due to overly strict .git directory testsLinus Torvalds2005-08-161-3/+2
* [PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds2005-08-161-0/+110