summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
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
2009-02-11Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano
2009-02-07Remove unused normalize_absolute_path()Johannes Sixt
2009-02-07Test and fix normalize_path_copy()Johannes Sixt
2009-02-07Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt
2009-01-29validate_headref: tighten ref-matching to just branchesJeff King
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe
2008-11-09Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano
2008-11-02fix overlapping memcpy in normalize_absolute_pathJeff King
2008-10-31git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen
2008-10-31Add git_snpath: a .git path formatting routine with output bufferAlex Riesen
2008-10-27Add mksnpath which allows you to specify the output bufferAlex Riesen
2008-08-11Fix typo in comments of longest_ancestor_length()Nguyễn Thái Ngọc Duy
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-07-13Merge branch 'maint' to sync with 1.5.6.3Junio C Hamano
2008-07-12Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds
2008-06-08make_nonrelative_path: Use is_absolute_path()Johannes Sixt
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow