| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 2007-06-06 | 1 | -1/+1 |
| * | | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 | 1 | -55/+156 |
| |/ |
|
* | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2007-03-10 | 1 | -1/+1 |
|\ |
|
| * | setup_git_directory_gently: fix off-by-one error | Matthias Lederhofer | 2007-03-10 | 1 | -1/+1 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
|/ |
|
* | Do not verify filenames in a bare repository | Johannes Schindelin | 2007-01-20 | 1 | -0/+26 |
* | Detached HEAD (experimental) | Junio C Hamano | 2007-01-08 | 1 | -2/+3 |
* | Automatically detect a bare git repository. | Shawn O. Pearce | 2006-12-30 | 1 | -34/+39 |
* | Move deny_non_fast_forwards handling completely into receive-pack. | Shawn Pearce | 2006-10-30 | 1 | -2/+0 |
* | add receive.denyNonFastforwards config variable | Johannes Schindelin | 2006-09-20 | 1 | -0/+2 |
* | Fix crash when GIT_DIR is invalid | Johannes Schindelin | 2006-08-04 | 1 | -1/+1 |
* | setup_git_directory_gently: do not barf when GIT_DIR is given. | Matthias Lederhofer | 2006-07-30 | 1 | -0/+4 |
* | shared repository: optionally allow reading to "others". | Junio C Hamano | 2006-06-10 | 1 | -1/+16 |
* | revision parsing: make "rev -- paths" checks stronger. | Junio C Hamano | 2006-04-26 | 1 | -2/+22 |
* | Fix filename verification when in a subdirectory | Linus Torvalds | 2006-04-26 | 1 | -0/+23 |
* | Introduce core.sharedrepository | Johannes Schindelin | 2005-12-24 | 1 | -0/+2 |
* | Merge branch 'jc/subdir' | Junio C Hamano | 2005-11-30 | 1 | -3/+25 |
|\ |
|
| * | working from subdirectory: preparation | Junio C Hamano | 2005-11-28 | 1 | -3/+25 |
* | | Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY". | Tommi Virtanen | 2005-11-30 | 1 | -1/+1 |
|/ |
|
* | setup_git_directory(): check repository format version. | Junio C Hamano | 2005-11-27 | 1 | -0/+1 |
* | Repository format version check. | Junio C Hamano | 2005-11-27 | 1 | -0/+16 |
* | setup_git_directory: make sure GIT_DIR is a valid repository. | Junio C Hamano | 2005-11-25 | 1 | -5/+37 |
* | Add git-symbolic-ref | Junio C Hamano | 2005-10-01 | 1 | -7/+9 |
* | Diff clean-up. | Junio C Hamano | 2005-09-24 | 1 | -5/+5 |
* | Retire support for old environment variables. | Junio C Hamano | 2005-09-09 | 1 | -2/+2 |
* | [PATCH] Make .git directory validation code test HEAD | Linus Torvalds | 2005-08-27 | 1 | -11/+20 |
* | [PATCH] Export relative path handling "prefix_path()" function | Linus Torvalds | 2005-08-17 | 1 | -1/+1 |
* | [PATCH] Improve handling of "." and ".." in git-diff-* | Linus Torvalds | 2005-08-16 | 1 | -42/+51 |
* | [PATCH] Fix test failure due to overly strict .git directory tests | Linus Torvalds | 2005-08-16 | 1 | -3/+2 |
* | [PATCH] Make "git diff" work inside relative subdirectories | Linus Torvalds | 2005-08-16 | 1 | -0/+110 |