aboutsummaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \
| * | git-common-dir: make "modules/" per-working-directory directoryMax Kirillov2014-12-01
| * | git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy2014-12-01
| * | count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-01
| * | checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-01
| * | $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-01
| * | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-01
| * | path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy2014-12-01
| * | path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy2014-12-01
| * | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-01
| * | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
| * | path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy2014-12-01
* | | Merge branch 'pt/enter-repo-comment-fix'Junio C Hamano2015-04-14
|\ \ \ | |_|/ |/| |
| * | enter_repo(): fix docs to match codePaul Tan2015-03-31
* | | Sync with v2.1.4Junio C Hamano2014-12-17
|\ \ \ | |_|/ |/| |
| * | Sync with v2.0.5Junio C Hamano2014-12-17
| |\ \ | | |/
| | * Sync with v1.9.5Junio C Hamano2014-12-17
| | |\
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-17
| | | |\
| | | | * path: add is_ntfs_dotgit() helperJohannes Schindelin2014-12-17
* | | | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-02
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | home_config_paths(): let the caller ignore xdg pathMatthieu Moy2014-07-25
| |/ / /
* | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-22
|\ \ \ \
| * | | | strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-17
* | | | | Merge branch 'maint'Junio C Hamano2014-07-21
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-21
| * | | Merge branch 'jk/config-path-include-fix'Junio C Hamano2014-02-27
| |\ \ \ | | |_|/ | |/| |
* | | | Windows: allow using UNC path for git repositoryCezary Zawadka2014-06-10
| |_|/ |/| |
* | | Merge branch 'jk/config-path-include-fix' into maintJunio C Hamano2014-03-18
|\ \ \ | |/ / |/| / | |/
| * expand_user_path: do not look at NULL pathJeff King2014-01-28
* | Merge branch 'jx/relative-path-regression-fix'Junio C Hamano2013-10-28
|\ \
| * | Use simpler relative_path when set_git_dirJiang Xin2013-10-14
| * | relative_path should honor dos-drive-prefixJiang Xin2013-10-14
* | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \ \
| * | | parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-15
* | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-02
|\ \ \ \ | |_|/ / |/| | |
| * | | cygwin: Remove the Win32 l/stat() implementationRamsay Jones2013-07-18
| |/ /
* | | path.c: refactor relative_path(), not only strip prefixJiang Xin2013-06-26
|/ /
* | path.c: optimize adjust_shared_perm()Torsten Bögershausen2013-04-05
* | path.c: simplify adjust_shared_perm()Torsten Bögershausen2013-04-05
* | Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen2013-03-25
* | longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-29
* | longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-29
* | longest_ancestor_length(): use string_list_split()Michael Haggerty2012-10-29
* | path.c: Use vsnpath() in the implementation of git_path()Ramsay Jones2012-09-04
* | path.c: Don't discard the return value of vsnpath()Ramsay Jones2012-09-04
* | path.c: Remove the 'git_' prefix from a file scope functionRamsay Jones2012-09-04
* | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-25
|/
* standardize and improve lookup rules for external local reposJeff King2012-02-02
* Learn to handle gitfiles in enter_repoPhil Hord2011-10-04
* enter_repo: do not modify inputErik Faye-Lund2011-10-04