| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-01-21 | Merge branch 'sg/maint-gitdir-in-subdir' | Junio C Hamano | 1 | -1/+5 |
| 2009-01-17 | Fix gitdir detection when in subdir of gitdir | SZEDER Gábor | 1 | -1/+5 |
| 2008-12-21 | Always show which directory is not a git repository | Richard Hartmann | 1 | -1/+1 |
| 2008-12-04 | Make chdir failures visible | Alex Riesen | 1 | -1/+2 |
| 2008-10-06 | make prefix_path() never return NULL | Dmitry Potapov | 1 | -7/+2 |
| 2008-08-30 | setup_git_directory(): fix move to worktree toplevel directory | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2008-07-07 | Merge branch 'dr/ceiling' | Junio C Hamano | 1 | -15/+16 |
| 2008-07-02 | Merge branch 'j6t/mingw' | Junio C Hamano | 1 | -20/+39 |
| 2008-06-23 | Windows: Treat Windows style path names. | Johannes Sixt | 1 | -14/+36 |
| 2008-06-23 | setup.c: Prepare for Windows directory separators. | Johannes Sixt | 1 | -8/+5 |
| 2008-06-19 | Make git_dir a path relative to work_tree in setup_work_tree() | Linus Torvalds | 1 | -1/+2 |
| 2008-05-23 | Eliminate an unnecessary chdir("..") | David Reiss | 1 | -1/+1 |
| 2008-05-23 | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 1 | -11/+13 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -2/+2 |
| 2008-05-05 | Merge branch 'lh/git-file' | Junio C Hamano | 1 | -0/+47 |
| 2008-04-16 | Make core.sharedRepository more generic | Heikki Orsila | 1 | -14/+46 |
| 2008-04-09 | Add platform-independent .git "symlink" | Lars Hjemli | 1 | -0/+47 |
| 2008-03-26 | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 1 | -0/+8 |
| 2008-03-07 | get_pathspec(): die when an out-of-tree path is given | Junio C Hamano | 1 | -0/+2 |
| 2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -2/+1 |
| 2008-02-20 | prefix_path: use is_absolute_path() instead of *orig == '/' | Johannes Sixt | 1 | -2/+2 |
| 2008-02-20 | Merge branch 'jc/setup' | Junio C Hamano | 1 | -42/+116 |
| 2008-02-11 | setup.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+2 |
| 2008-02-05 | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 1 | -42/+116 |
| 2008-01-03 | Fix grammar nits in documentation and in code comments. | Jim Meyering | 1 | -1/+1 |
| 2007-12-09 | Remove repo version check from setup_git_directory | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
| 2007-12-05 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+29 |
| 2007-12-05 | Do check_repository_format() early (re-fix) | Nguyễn Thái Ngọc Duy | 1 | -12/+26 |
| 2007-11-30 | Do check_repository_format() early | Nguyễn Thái Ngọc Duy | 1 | -3/+10 |
| 2007-11-26 | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c | Steffen Prohaska | 1 | -1/+1 |
| 2007-11-09 | builtin-blame: set up the work_tree before the first file access | Johannes Schindelin | 1 | -2/+8 |
| 2007-11-08 | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 1 | -1/+2 |
| 2007-11-05 | Refactor working tree setup | Mike Hommey | 1 | -0/+9 |
| 2007-11-03 | Add missing inside_work_tree setting in setup_git_directory_gently | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2007-10-16 | Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE | Johannes Schindelin | 1 | -1/+12 |
| 2007-08-10 | Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset | Johannes Schindelin | 1 | -42/+10 |
| 2007-08-06 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2007-08-06 | setup.c:verify_non_filename(): don't die unnecessarily while disambiguating | Junio C Hamano | 1 | -1/+1 |
| 2007-08-02 | Fix work-tree related breakages | Junio C Hamano | 1 | -8/+14 |
| 2007-08-01 | Clean up work-tree handling | Johannes Schindelin | 1 | -152/+127 |
| 2007-07-30 | white space fixes in setup.c | Johannes Schindelin | 1 | -3/+3 |
| 2007-07-11 | Fix core.sharedRepository = 2 | Johannes Schindelin | 1 | -0/+4 |
| 2007-07-04 | Do not check if getcwd() result begins with a slash. | Junio C Hamano | 1 | -4/+4 |
| 2007-07-01 | Merge branch 'ei/worktree+filter' | Junio C Hamano | 1 | -56/+162 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -2/+2 |
| 2007-06-06 | setup_git_directory: fix segfault if repository is found in cwd | Matthias Lederhofer | 1 | -0/+5 |
| 2007-06-06 | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 1 | -1/+1 |
| 2007-06-06 | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 1 | -55/+156 |
| 2007-03-10 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2007-03-10 | setup_git_directory_gently: fix off-by-one error | Matthias Lederhofer | 1 | -1/+1 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -1/+1 |
| 2007-01-20 | Do not verify filenames in a bare repository | Johannes Schindelin | 1 | -0/+26 |
| 2007-01-08 | Detached HEAD (experimental) | Junio C Hamano | 1 | -2/+3 |
| 2006-12-30 | Automatically detect a bare git repository. | Shawn O. Pearce | 1 | -34/+39 |
| 2006-10-30 | Move deny_non_fast_forwards handling completely into receive-pack. | Shawn Pearce | 1 | -2/+0 |
| 2006-09-20 | add receive.denyNonFastforwards config variable | Johannes Schindelin | 1 | -0/+2 |
| 2006-08-04 | Fix crash when GIT_DIR is invalid | Johannes Schindelin | 1 | -1/+1 |
| 2006-07-30 | setup_git_directory_gently: do not barf when GIT_DIR is given. | Matthias Lederhofer | 1 | -0/+4 |
| 2006-06-10 | shared repository: optionally allow reading to "others". | Junio C Hamano | 1 | -1/+16 |
| 2006-04-26 | revision parsing: make "rev -- paths" checks stronger. | Junio C Hamano | 1 | -2/+22 |
| 2006-04-26 | Fix filename verification when in a subdirectory | Linus Torvalds | 1 | -0/+23 |
| 2005-12-24 | Introduce core.sharedrepository | Johannes Schindelin | 1 | -0/+2 |
| 2005-11-30 | Merge branch 'jc/subdir' | Junio C Hamano | 1 | -3/+25 |
| 2005-11-30 | Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY". | Tommi Virtanen | 1 | -1/+1 |
| 2005-11-28 | working from subdirectory: preparation | Junio C Hamano | 1 | -3/+25 |
| 2005-11-27 | setup_git_directory(): check repository format version. | Junio C Hamano | 1 | -0/+1 |
| 2005-11-27 | Repository format version check. | Junio C Hamano | 1 | -0/+16 |
| 2005-11-25 | setup_git_directory: make sure GIT_DIR is a valid repository. | Junio C Hamano | 1 | -5/+37 |
| 2005-10-01 | Add git-symbolic-ref | Junio C Hamano | 1 | -7/+9 |
| 2005-09-24 | Diff clean-up. | Junio C Hamano | 1 | -5/+5 |
| 2005-09-09 | Retire support for old environment variables. | Junio C Hamano | 1 | -2/+2 |
| 2005-08-27 | [PATCH] Make .git directory validation code test HEAD | Linus Torvalds | 1 | -11/+20 |
| 2005-08-17 | [PATCH] Export relative path handling "prefix_path()" function | Linus Torvalds | 1 | -1/+1 |
| 2005-08-16 | [PATCH] Improve handling of "." and ".." in git-diff-* | Linus Torvalds | 1 | -42/+51 |
| 2005-08-16 | [PATCH] Fix test failure due to overly strict .git directory tests | Linus Torvalds | 1 | -3/+2 |
| 2005-08-16 | [PATCH] Make "git diff" work inside relative subdirectories | Linus Torvalds | 1 | -0/+110 |