Age | Commit message (Expand) | Author | Files | Lines |
2015-05-11 | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 1 | -28/+15 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -77/+157 |
2015-05-06 | path.c: remove home_config_paths() | Paul Tan | 1 | -28/+0 |
2015-05-06 | path.c: implement xdg_config_home() | Paul Tan | 1 | -0/+15 |
2015-04-14 | Merge branch 'pt/enter-repo-comment-fix' | Junio C Hamano | 1 | -8/+3 |
2015-03-31 | enter_repo(): fix docs to match code | Paul Tan | 1 | -8/+3 |
2014-12-17 | Sync with v2.1.4 | Junio C Hamano | 1 | -0/+33 |
2014-12-17 | Sync with v2.0.5 | Junio C Hamano | 1 | -0/+33 |
2014-12-17 | Sync with v1.9.5 | Junio C Hamano | 1 | -0/+33 |
2014-12-17 | Sync with v1.8.5.6 | Junio C Hamano | 1 | -0/+33 |
2014-12-17 | path: add is_ntfs_dotgit() helper | Johannes Schindelin | 1 | -0/+33 |
2014-12-01 | git-common-dir: make "modules/" per-working-directory directory | Max Kirillov | 1 | -1/+1 |
2014-12-01 | git_path(): keep "info/sparse-checkout" per work-tree | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2014-12-01 | count-objects: report unused files in $GIT_DIR/worktrees/... | Nguyễn Thái Ngọc Duy | 1 | -2/+27 |
2014-12-01 | checkout: support checking out into a new working directory | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-12-01 | $GIT_COMMON_DIR: a new environment variable | Nguyễn Thái Ngọc Duy | 1 | -0/+34 |
2014-12-01 | git_path(): be aware of file relocation in $GIT_DIR | Nguyễn Thái Ngọc Duy | 1 | -2/+47 |
2014-12-01 | path.c: group git_path(), git_pathdup() and strbuf_git_path() together | Nguyễn Thái Ngọc Duy | 1 | -10/+10 |
2014-12-01 | path.c: rename vsnpath() to do_git_path() | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2014-12-01 | git_snpath(): retire and replace with strbuf_git_path() | Nguyễn Thái Ngọc Duy | 1 | -9/+2 |
2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2014-12-01 | path.c: make get_pathname() return strbuf instead of static buffer | Nguyễn Thái Ngọc Duy | 1 | -69/+51 |
2014-09-02 | Merge branch 'mm/config-edit-global' | Junio C Hamano | 1 | -4/+6 |
2014-07-25 | home_config_paths(): let the caller ignore xdg path | Matthieu Moy | 1 | -4/+6 |
2014-07-22 | Merge branch 'rs/code-cleaning' | Junio C Hamano | 1 | -3/+3 |
2014-07-21 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+1 |
2014-07-21 | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 1 | -3/+1 |
2014-07-17 | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 1 | -3/+3 |
2014-06-10 | Windows: allow using UNC path for git repository | Cezary Zawadka | 1 | -7/+0 |
2014-03-18 | Merge branch 'jk/config-path-include-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2014-02-27 | Merge branch 'jk/config-path-include-fix' | Junio C Hamano | 1 | -1/+1 |
2014-01-28 | expand_user_path: do not look at NULL path | Jeff King | 1 | -1/+1 |
2013-10-28 | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 1 | -0/+65 |
2013-10-14 | Use simpler relative_path when set_git_dir | Jiang Xin | 1 | -0/+45 |
2013-10-14 | relative_path should honor dos-drive-prefix | Jiang Xin | 1 | -0/+20 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -1/+14 |
2013-08-02 | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 1 | -8/+1 |
2013-07-18 | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 1 | -8/+1 |
2013-07-15 | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 1 | -1/+14 |
2013-06-26 | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 1 | -27/+85 |
2013-04-05 | path.c: optimize adjust_shared_perm() | Torsten Bögershausen | 1 | -19/+23 |
2013-04-05 | path.c: simplify adjust_shared_perm() | Torsten Bögershausen | 1 | -20/+7 |
2013-03-25 | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 1 | -3/+17 |
2012-10-29 | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 1 | -15/+11 |
2012-10-29 | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 1 | -13/+9 |
2012-10-29 | longest_ancestor_length(): use string_list_split() | Michael Haggerty | 1 | -7/+11 |
2012-09-04 | path.c: Use vsnpath() in the implementation of git_path() | Ramsay Jones | 1 | -12/+3 |
2012-09-04 | path.c: Don't discard the return value of vsnpath() | Ramsay Jones | 1 | -5/+6 |
2012-09-04 | path.c: Remove the 'git_' prefix from a file scope function | Ramsay Jones | 1 | -3/+3 |
2012-06-25 | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 1 | -0/+41 |