| Commit message (Expand) | Author | Age |
* | make prefix_path() never return NULL | Dmitry Potapov | 2008-10-06 |
* | setup_git_directory(): fix move to worktree toplevel directory | Nguyễn Thái Ngọc Duy | 2008-08-30 |
* | Merge branch 'dr/ceiling' | Junio C Hamano | 2008-07-07 |
|\ |
|
| * | Eliminate an unnecessary chdir("..") | David Reiss | 2008-05-23 |
| * | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 2008-05-23 |
* | | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 |
|\ \ |
|
| * | | Windows: Treat Windows style path names. | Johannes Sixt | 2008-06-23 |
| * | | setup.c: Prepare for Windows directory separators. | Johannes Sixt | 2008-06-23 |
* | | | Make git_dir a path relative to work_tree in setup_work_tree() | Linus Torvalds | 2008-06-19 |
|/ / |
|
* | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
|/ |
|
* | Merge branch 'lh/git-file' | Junio C Hamano | 2008-05-05 |
|\ |
|
| * | Add platform-independent .git "symlink" | Lars Hjemli | 2008-04-09 |
* | | Make core.sharedRepository more generic | Heikki Orsila | 2008-04-16 |
|/ |
|
* | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 2008-03-26 |
* | get_pathspec(): die when an out-of-tree path is given | Junio C Hamano | 2008-03-07 |
* | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 |
* | prefix_path: use is_absolute_path() instead of *orig == '/' | Johannes Sixt | 2008-02-20 |
* | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-20 |
|\ |
|
| * | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 2008-02-05 |
* | | setup.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
|/ |
|
* | Fix grammar nits in documentation and in code comments. | Jim Meyering | 2008-01-03 |
* | Remove repo version check from setup_git_directory | Nguyễn Thái Ngọc Duy | 2007-12-09 |
* | Merge branch 'maint' | Junio C Hamano | 2007-12-05 |
|\ |
|
| * | Do check_repository_format() early (re-fix) | Nguyễn Thái Ngọc Duy | 2007-12-05 |
| * | Do check_repository_format() early | Nguyễn Thái Ngọc Duy | 2007-11-30 |
| * | Add missing inside_work_tree setting in setup_git_directory_gently | Nguyễn Thái Ngọc Duy | 2007-11-03 |
* | | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c | Steffen Prohaska | 2007-11-26 |
* | | builtin-blame: set up the work_tree before the first file access | Johannes Schindelin | 2007-11-09 |
* | | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 |
* | | Refactor working tree setup | Mike Hommey | 2007-11-05 |
|/ |
|
* | Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE | Johannes Schindelin | 2007-10-16 |
* | Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset | Johannes Schindelin | 2007-08-10 |
* | Merge branch 'maint' | Junio C Hamano | 2007-08-06 |
|\ |
|
| * | setup.c:verify_non_filename(): don't die unnecessarily while disambiguating | Junio C Hamano | 2007-08-06 |
* | | Fix work-tree related breakages | Junio C Hamano | 2007-08-02 |
* | | Clean up work-tree handling | Johannes Schindelin | 2007-08-01 |
* | | white space fixes in setup.c | Johannes Schindelin | 2007-07-30 |
* | | Fix core.sharedRepository = 2 | Johannes Schindelin | 2007-07-11 |
* | | Do not check if getcwd() result begins with a slash. | Junio C Hamano | 2007-07-04 |
* | | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 |
|\ \ |
|
| * | | setup_git_directory: fix segfault if repository is found in cwd | Matthias Lederhofer | 2007-06-06 |
| * | | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 2007-06-06 |
| * | | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 |
| |/ |
|
* | | War on whitespace | Junio C Hamano | 2007-06-07 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2007-03-10 |
|\ |
|
| * | setup_git_directory_gently: fix off-by-one error | Matthias Lederhofer | 2007-03-10 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
|/ |
|
* | Do not verify filenames in a bare repository | Johannes Schindelin | 2007-01-20 |
* | Detached HEAD (experimental) | Junio C Hamano | 2007-01-08 |
* | Automatically detect a bare git repository. | Shawn O. Pearce | 2006-12-30 |