103 Commits (bd3a97a27a97485b130802d497214be312b737f9)

Author SHA1 Message Date
Junio C Hamano 33a798c880 setup.c:verify_non_filename(): don't die unnecessarily while disambiguating 18 years ago
Junio C Hamano 6490a3383f Fix work-tree related breakages 18 years ago
Johannes Schindelin e90fdc39b6 Clean up work-tree handling 18 years ago
Johannes Schindelin 299726d538 white space fixes in setup.c 18 years ago
Johannes Schindelin 835252272e Fix core.sharedRepository = 2 18 years ago
Junio C Hamano f66a4d68d2 Do not check if getcwd() result begins with a slash. 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer f4f51add27 setup_git_directory: fix segfault if repository is found in cwd 18 years ago
Matthias Lederhofer 7ae3df8c0a Use new semantics of is_bare/inside_git_dir/inside_work_tree 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Matthias Lederhofer 96a5702409 setup_git_directory_gently: fix off-by-one error 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin 68025633e3 Do not verify filenames in a bare repository 18 years ago
Junio C Hamano c847f53712 Detached HEAD (experimental) 18 years ago
Shawn O. Pearce ad1a382fbb Automatically detect a bare git repository. 18 years ago
Shawn Pearce 6fb75bed5c Move deny_non_fast_forwards handling completely into receive-pack. 18 years ago
Johannes Schindelin 11031d7e9f add receive.denyNonFastforwards config variable 19 years ago
Johannes Schindelin 3a3c3fc42a Fix crash when GIT_DIR is invalid 19 years ago
Matthias Lederhofer 41e95f6990 setup_git_directory_gently: do not barf when GIT_DIR is given. 19 years ago
Junio C Hamano 94df2506ed shared repository: optionally allow reading to "others". 19 years ago
Junio C Hamano ea92f41ff9 revision parsing: make "rev -- paths" checks stronger. 19 years ago
Linus Torvalds e23d0b4a4a Fix filename verification when in a subdirectory 19 years ago
Johannes Schindelin 457f06d68e Introduce core.sharedrepository 19 years ago
Tommi Virtanen 0738fc2192 Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY". 19 years ago
Junio C Hamano 4ca0660816 working from subdirectory: preparation 19 years ago
Junio C Hamano 22752e4c43 setup_git_directory(): check repository format version. 19 years ago
Junio C Hamano ab9cb76f66 Repository format version check. 19 years ago
Junio C Hamano 5e7bfe2567 setup_git_directory: make sure GIT_DIR is a valid repository. 19 years ago
Junio C Hamano 8098a178b2 Add git-symbolic-ref 20 years ago
Junio C Hamano 6b5ee137e5 Diff clean-up. 20 years ago
Junio C Hamano a9ab586a5d Retire support for old environment variables. 20 years ago
Linus Torvalds 5f5608bcec [PATCH] Make .git directory validation code test HEAD 20 years ago
Linus Torvalds 828cc617c1 [PATCH] Export relative path handling "prefix_path()" function 20 years ago
Linus Torvalds f332726eaa [PATCH] Improve handling of "." and ".." in git-diff-* 20 years ago
Linus Torvalds a579defe5a [PATCH] Fix test failure due to overly strict .git directory tests 20 years ago
Linus Torvalds d288a70030 [PATCH] Make "git diff" work inside relative subdirectories 20 years ago