summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
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
2012-09-04path.c: Don't discard the return value of vsnpath()Ramsay Jones
2012-09-04path.c: Remove the 'git_' prefix from a file scope functionRamsay Jones
2012-06-25config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen
2012-02-03standardize and improve lookup rules for external local reposJeff King
2011-10-04Learn to handle gitfiles in enter_repoPhil Hord
2011-10-04enter_repo: do not modify inputErik Faye-Lund
2011-08-22read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto
2010-11-10path helpers: move git_mkstemp* to wrapper.cJonathan Nieder
2010-08-22Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano
2010-07-27Sync with 1.7.0 seriesJunio C Hamano
2010-07-27config --get --path: check for unset $HOMEJonathan Nieder
2010-07-07Teach ref iteration module about submodulesHeiko Voigt
2010-03-08Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano
2010-03-07Merge branch 'nd/root-git'Junio C Hamano
2010-03-07Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano
2010-02-22git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy
2010-02-22git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy
2010-02-22Move gitmkstemps to path.cMatthieu Moy
2010-02-17Merge branch 'jc/typo'Junio C Hamano
2010-02-16Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy
2010-02-06setenv(GIT_DIR) clean-upRené Scharfe
2010-02-04Typofixes outside documentation areaJunio C Hamano
2010-01-22ignore duplicated slashes in make_relative_path()Junio C Hamano
2009-11-23Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-19expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-11-10http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce
2009-06-01diff: generate pretty filenames in prep_temp_blob()David Aguilar
2009-03-28set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano
2009-03-28"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano
2009-02-20Introduce the function strip_path_suffix()Johannes Schindelin
2009-02-12Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano