summaryrefslogtreecommitdiffstats
path: root/setup.c
AgeCommit message (Expand)AuthorLines
2007-01-20Do not verify filenames in a bare repositoryJohannes Schindelin-0/+26
2007-01-08Detached HEAD (experimental)Junio C Hamano-2/+3
2006-12-30Automatically detect a bare git repository.Shawn O. Pearce-34/+39
2006-10-30Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce-2/+0
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin-0/+2
2006-08-04Fix crash when GIT_DIR is invalidJohannes Schindelin-1/+1
2006-07-30setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer-0/+4
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano-1/+16
2006-04-26revision parsing: make "rev -- paths" checks stronger.Junio C Hamano-2/+22
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds-0/+23
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin-0/+2
2005-11-30Merge branch 'jc/subdir'Junio C Hamano-3/+25
2005-11-30Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen-1/+1
2005-11-28working from subdirectory: preparationJunio C Hamano-3/+25
2005-11-27setup_git_directory(): check repository format version.Junio C Hamano-0/+1
2005-11-27Repository format version check.Junio C Hamano-0/+16
2005-11-25setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano-5/+37
2005-10-01Add git-symbolic-refJunio C Hamano-7/+9
2005-09-24Diff clean-up.Junio C Hamano-5/+5
2005-09-09Retire support for old environment variables.Junio C Hamano-2/+2
2005-08-27[PATCH] Make .git directory validation code test HEADLinus Torvalds-11/+20
2005-08-17[PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds-1/+1
2005-08-16[PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds-42/+51
2005-08-16[PATCH] Fix test failure due to overly strict .git directory testsLinus Torvalds-3/+2
2005-08-16[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds-0/+110