52 Commits (35cda061640c26371d5841099ad30c6968d510b2)

Author SHA1 Message Date
Jim Meyering 790296fd88 Fix grammar nits in documentation and in code comments. 17 years ago
Nguyễn Thái Ngọc Duy bb4e3527b5 Remove repo version check from setup_git_directory 17 years ago
Nguyễn Thái Ngọc Duy 9459aa77a0 Do check_repository_format() early (re-fix) 17 years ago
Nguyễn Thái Ngọc Duy 138dd1e990 Do check_repository_format() early 17 years ago
Steffen Prohaska ecf4831d89 Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c 17 years ago
Johannes Schindelin 354e6534c1 builtin-blame: set up the work_tree before the first file access 17 years ago
Junio C Hamano f3fa183802 Style: place opening brace of a function definition at column 1 17 years ago
Mike Hommey 59f0f2f33a Refactor working tree setup 17 years ago
Nguyễn Thái Ngọc Duy 1e8a195451 Add missing inside_work_tree setting in setup_git_directory_gently 17 years ago
Johannes Schindelin dd5c8af176 Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE 17 years ago
Johannes Schindelin 7efeb8f098 Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset 18 years ago
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