summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
2015-08-10memoize common git-path "constant" filesJeff King
2015-08-10path.c: drop git_path_submoduleJeff King
2015-08-10cache.h: complete set of git_path_submodule helpersJeff King
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-06path.c: remove home_config_paths()Paul Tan
2015-05-06path.c: implement xdg_config_home()Paul Tan
2015-04-14Merge branch 'pt/enter-repo-comment-fix'Junio C Hamano
2015-03-31enter_repo(): fix docs to match codePaul Tan
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17path: add is_ntfs_dotgit() helperJohannes Schindelin
2014-12-01git-common-dir: make "modules/" per-working-directory directoryMax Kirillov
2014-12-01git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy
2014-12-01checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy
2014-12-01path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy
2014-12-01path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-12-01path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano
2014-07-25home_config_paths(): let the caller ignore xdg pathMatthieu Moy
2014-07-22Merge branch 'rs/code-cleaning'Junio C Hamano
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe
2014-07-17strbuf: use strbuf_addstr() for adding C stringsRené Scharfe
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka
2014-03-18Merge branch 'jk/config-path-include-fix' into maintJunio C Hamano
2014-02-27Merge branch 'jk/config-path-include-fix'Junio C Hamano
2014-01-28expand_user_path: do not look at NULL pathJeff King
2013-10-28Merge branch 'jx/relative-path-regression-fix'Junio C Hamano
2013-10-14Use simpler relative_path when set_git_dirJiang Xin
2013-10-14relative_path should honor dos-drive-prefixJiang Xin
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano
2013-07-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones
2013-07-15parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy
2013-06-26path.c: refactor relative_path(), not only strip prefixJiang Xin
2013-04-05path.c: optimize adjust_shared_perm()Torsten Bögershausen
2013-04-05path.c: simplify adjust_shared_perm()Torsten Bögershausen
2013-03-25Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen
2012-10-29longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty
2012-10-29longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty
2012-10-29longest_ancestor_length(): use string_list_split()Michael Haggerty
2012-09-04path.c: Use vsnpath() in the implementation of git_path()Ramsay Jones