aboutsummaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAge
* Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy2007-12-09
* Merge branch 'maint'Junio C Hamano2007-12-05
|\
| * Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2007-12-05
| * Do check_repository_format() earlyNguyễn Thái Ngọc Duy2007-11-30
| * Add missing inside_work_tree setting in setup_git_directory_gentlyNguyễn Thái Ngọc Duy2007-11-03
* | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska2007-11-26
* | builtin-blame: set up the work_tree before the first file accessJohannes Schindelin2007-11-09
* | Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
* | Refactor working tree setupMike Hommey2007-11-05
|/
* Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin2007-10-16
* Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin2007-08-10
* Merge branch 'maint'Junio C Hamano2007-08-06
|\
| * setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano2007-08-06
* | Fix work-tree related breakagesJunio C Hamano2007-08-02
* | Clean up work-tree handlingJohannes Schindelin2007-08-01
* | white space fixes in setup.cJohannes Schindelin2007-07-30
* | Fix core.sharedRepository = 2Johannes Schindelin2007-07-11
* | Do not check if getcwd() result begins with a slash.Junio C Hamano2007-07-04
* | Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-01
|\ \
| * | setup_git_directory: fix segfault if repository is found in cwdMatthias Lederhofer2007-06-06
| * | Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-06
| * | introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-06
| |/
* | War on whitespaceJunio C Hamano2007-06-07
|/
* Merge branch 'maint'Junio C Hamano2007-03-10
|\
| * setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer2007-03-10
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* Do not verify filenames in a bare repositoryJohannes Schindelin2007-01-20
* Detached HEAD (experimental)Junio C Hamano2007-01-08
* Automatically detect a bare git repository.Shawn O. Pearce2006-12-30
* Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-30
* add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-20
* Fix crash when GIT_DIR is invalidJohannes Schindelin2006-08-04
* setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer2006-07-30
* shared repository: optionally allow reading to "others".Junio C Hamano2006-06-10
* revision parsing: make "rev -- paths" checks stronger.Junio C Hamano2006-04-26
* Fix filename verification when in a subdirectoryLinus Torvalds2006-04-26
* Introduce core.sharedrepositoryJohannes Schindelin2005-12-24
* Merge branch 'jc/subdir'Junio C Hamano2005-11-30
|\
| * working from subdirectory: preparationJunio C Hamano2005-11-28
* | Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen2005-11-30
|/
* setup_git_directory(): check repository format version.Junio C Hamano2005-11-27
* Repository format version check.Junio C Hamano2005-11-27
* setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano2005-11-25
* Add git-symbolic-refJunio C Hamano2005-10-01
* Diff clean-up.Junio C Hamano2005-09-24
* Retire support for old environment variables.Junio C Hamano2005-09-09
* [PATCH] Make .git directory validation code test HEADLinus Torvalds2005-08-27
* [PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds2005-08-17
* [PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds2005-08-16
* [PATCH] Fix test failure due to overly strict .git directory testsLinus Torvalds2005-08-16