aboutsummaryrefslogtreecommitdiffstats
path: root/path.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano1-28/+15
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-77/+157
2015-05-06path.c: remove home_config_paths()Paul Tan1-28/+0
2015-05-06path.c: implement xdg_config_home()Paul Tan1-0/+15
2015-04-14Merge branch 'pt/enter-repo-comment-fix'Junio C Hamano1-8/+3
2015-03-31enter_repo(): fix docs to match codePaul Tan1-8/+3
2014-12-17Sync with v2.1.4Junio C Hamano1-0/+33
2014-12-17Sync with v2.0.5Junio C Hamano1-0/+33
2014-12-17Sync with v1.9.5Junio C Hamano1-0/+33
2014-12-17Sync with v1.8.5.6Junio C Hamano1-0/+33
2014-12-17path: add is_ntfs_dotgit() helperJohannes Schindelin1-0/+33
2014-12-01git-common-dir: make "modules/" per-working-directory directoryMax Kirillov1-1/+1
2014-12-01git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy1-1/+2
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy1-2/+27
2014-12-01checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy1-1/+1
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy1-0/+34
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy1-2/+47
2014-12-01path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy1-10/+10
2014-12-01path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy1-4/+4
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy1-9/+2
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy1-3/+3
2014-12-01path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy1-69/+51
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano1-4/+6
2014-07-25home_config_paths(): let the caller ignore xdg pathMatthieu Moy1-4/+6
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano1-3/+3
2014-07-21Merge branch 'maint'Junio C Hamano1-3/+1
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe1-3/+1
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe1-3/+3
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka1-7/+0
2014-03-18Merge branch 'jk/config-path-include-fix' into maintJunio C Hamano1-1/+1
2014-02-27Merge branch 'jk/config-path-include-fix'Junio C Hamano1-1/+1
2014-01-28expand_user_path: do not look at NULL pathJeff King1-1/+1
2013-10-28Merge branch 'jx/relative-path-regression-fix'Junio C Hamano1-0/+65
2013-10-14Use simpler relative_path when set_git_dirJiang Xin1-0/+45
2013-10-14relative_path should honor dos-drive-prefixJiang Xin1-0/+20
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-1/+14
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano1-8/+1
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones1-8/+1
2013-07-15parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy1-1/+14
2013-06-26path.c: refactor relative_path(), not only strip prefixJiang Xin1-27/+85
2013-04-05path.c: optimize adjust_shared_perm()Torsten Bögershausen1-19/+23
2013-04-05path.c: simplify adjust_shared_perm()Torsten Bögershausen1-20/+7
2013-03-25Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen1-3/+17
2012-10-29longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty1-15/+11
2012-10-29longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty1-13/+9
2012-10-29longest_ancestor_length(): use string_list_split()Michael Haggerty1-7/+11
2012-09-04path.c: Use vsnpath() in the implementation of git_path()Ramsay Jones1-12/+3
2012-09-04path.c: Don't discard the return value of vsnpath()Ramsay Jones1-5/+6
2012-09-04path.c: Remove the 'git_' prefix from a file scope functionRamsay Jones1-3/+3
2012-06-25config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen1-0/+41