summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin
2007-08-06Merge branch 'maint'Junio C Hamano
2007-08-06setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano
2007-08-03Fix work-tree related breakagesJunio C Hamano
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-07-30white space fixes in setup.cJohannes Schindelin
2007-07-11Fix core.sharedRepository = 2Johannes Schindelin
2007-07-04Do not check if getcwd() result begins with a slash.Junio C Hamano
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-06setup_git_directory: fix segfault if repository is found in cwdMatthias Lederhofer
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer
2007-03-11Merge branch 'maint'Junio C Hamano
2007-03-11setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-21Do not verify filenames in a bare repositoryJohannes Schindelin
2007-01-08Detached HEAD (experimental)Junio C Hamano
2006-12-31Automatically detect a bare git repository.Shawn O. Pearce
2006-10-31Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-08-04Fix crash when GIT_DIR is invalidJohannes Schindelin
2006-07-31setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano
2006-04-27revision parsing: make "rev -- paths" checks stronger.Junio C Hamano
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin
2005-11-30Merge branch 'jc/subdir'Junio C Hamano
2005-11-30Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen
2005-11-29working from subdirectory: preparationJunio C Hamano
2005-11-27setup_git_directory(): check repository format version.Junio C Hamano
2005-11-27Repository format version check.Junio C Hamano
2005-11-25setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano
2005-10-02Add git-symbolic-refJunio C Hamano
2005-09-25Diff clean-up.Junio C Hamano
2005-09-09Retire support for old environment variables.Junio C Hamano
2005-08-28[PATCH] Make .git directory validation code test HEADLinus Torvalds
2005-08-17[PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds
2005-08-17[PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds
2005-08-17[PATCH] Fix test failure due to overly strict .git directory testsLinus Torvalds
2005-08-17[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds