aboutsummaryrefslogtreecommitdiffstats
path: root/path.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-02standardize and improve lookup rules for external local reposJeff King1-2/+5
2011-10-04Learn to handle gitfiles in enter_repoPhil Hord1-1/+7
2011-10-04enter_repo: do not modify inputErik Faye-Lund1-16/+12
2011-08-22read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano1-1/+1
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto1-1/+1
2010-11-10path helpers: move git_mkstemp* to wrapper.cJonathan Nieder1-113/+0
2010-08-21Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano1-0/+38
2010-07-27Sync with 1.7.0 seriesJunio C Hamano1-0/+2
2010-07-27config --get --path: check for unset $HOMEJonathan Nieder1-0/+2
2010-07-07Teach ref iteration module about submodulesHeiko Voigt1-0/+38
2010-03-08Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano1-0/+79
2010-03-07Merge branch 'nd/root-git'Junio C Hamano1-0/+7
2010-03-07Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano1-0/+79
2010-02-22git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy1-1/+0
2010-02-22git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy1-2/+13
2010-02-22Move gitmkstemps to path.cMatthieu Moy1-0/+69
2010-02-16Merge branch 'jc/typo'Junio C Hamano1-1/+1
2010-02-16Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy1-0/+7
2010-02-06setenv(GIT_DIR) clean-upRené Scharfe1-1/+1
2010-02-03Typofixes outside documentation areaJunio C Hamano1-1/+1
2010-01-22ignore duplicated slashes in make_relative_path()Junio C Hamano1-9/+30
2009-11-22Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano1-33/+50
2009-11-19expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy1-4/+9
2009-11-17Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy1-34/+46
2009-11-09http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce1-0/+47
2009-05-31diff: generate pretty filenames in prep_temp_blob()David Aguilar1-0/+16
2009-03-28set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano1-9/+16
2009-03-27"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano1-15/+21
2009-02-19Introduce the function strip_path_suffix()Johannes Schindelin1-0/+36
2009-02-12Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano1-2/+2