summaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-011-1/+1
* $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-011-0/+34
* git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-011-2/+47
* path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy2014-12-011-10/+10
* path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy2014-12-011-4/+4
* git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-011-9/+2
* path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-3/+3
* path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy2014-12-011-69/+51
* Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-021-4/+6
|\
| * home_config_paths(): let the caller ignore xdg pathMatthieu Moy2014-07-251-4/+6
* | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-221-3/+3
|\ \
| * | strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-171-3/+3
* | | Merge branch 'maint'Junio C Hamano2014-07-211-3/+1
|\ \ \ | |/ / |/| / | |/
| * use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-211-3/+1
| * Merge branch 'jk/config-path-include-fix'Junio C Hamano2014-02-271-1/+1
| |\
* | | Windows: allow using UNC path for git repositorysk/windows-unc-pathCezary Zawadka2014-06-101-7/+0
* | | Merge branch 'jk/config-path-include-fix' into maintJunio C Hamano2014-03-181-1/+1
|\ \ \ | |/ / |/| / | |/
| * expand_user_path: do not look at NULL pathJeff King2014-01-281-1/+1
* | Merge branch 'jx/relative-path-regression-fix'Junio C Hamano2013-10-281-0/+65
|\ \
| * | Use simpler relative_path when set_git_dirjx/relative-path-regression-fixJiang Xin2013-10-141-0/+45
| * | relative_path should honor dos-drive-prefixJiang Xin2013-10-141-0/+20
* | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-1/+14
|\ \ \
| * | | parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-151-1/+14
* | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano2013-08-021-8/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | cygwin: Remove the Win32 l/stat() implementationrj/cygwin-clarify-use-of-cheating-lstatRamsay Jones2013-07-181-8/+1
| |/ /
* | | path.c: refactor relative_path(), not only strip prefixJiang Xin2013-06-261-27/+85
|/ /
* | path.c: optimize adjust_shared_perm()Torsten Bögershausen2013-04-051-19/+23
* | path.c: simplify adjust_shared_perm()Torsten Bögershausen2013-04-051-20/+7
* | Make core.sharedRepository work under cygwin 1.7Torsten Bögershausen2013-03-251-3/+17
* | longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-291-15/+11
* | longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-291-13/+9
* | longest_ancestor_length(): use string_list_split()Michael Haggerty2012-10-291-7/+11
* | path.c: Use vsnpath() in the implementation of git_path()Ramsay Jones2012-09-041-12/+3
* | path.c: Don't discard the return value of vsnpath()Ramsay Jones2012-09-041-5/+6
* | path.c: Remove the 'git_' prefix from a file scope functionRamsay Jones2012-09-041-3/+3
* | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-251-0/+41
|/
* standardize and improve lookup rules for external local reposjk/git-dir-lookupJeff King2012-02-021-2/+5
* Learn to handle gitfiles in enter_repoPhil Hord2011-10-041-1/+7
* enter_repo: do not modify inputErik Faye-Lund2011-10-041-16/+12
* read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-221-1/+1
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-1/+1
* path helpers: move git_mkstemp* to wrapper.cJonathan Nieder2010-11-101-113/+0
* Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-211-0/+38
|\
| * Teach ref iteration module about submodulesHeiko Voigt2010-07-071-0/+38
* | Sync with 1.7.0 seriesJunio C Hamano2010-07-271-0/+2
|\ \ | |/ |/|
| * config --get --path: check for unset $HOMEJonathan Nieder2010-07-271-0/+2
| * Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-081-0/+79
| |\
* | \ Merge branch 'nd/root-git'Junio C Hamano2010-03-071-0/+7
|\ \ \
| * | | Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy2010-02-161-0/+7
* | | | Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-071-0/+79
|\ \ \ \ | | |_|/ | |/| |