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