aboutsummaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAge
* standardize and improve lookup rules for external local reposJeff King2012-02-02
* Learn to handle gitfiles in enter_repoPhil Hord2011-10-04
* enter_repo: do not modify inputErik Faye-Lund2011-10-04
* read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-22
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-17
* path helpers: move git_mkstemp* to wrapper.cJonathan Nieder2010-11-10
* Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-21
|\
| * Teach ref iteration module about submodulesHeiko Voigt2010-07-07
* | Sync with 1.7.0 seriesJunio C Hamano2010-07-27
|\ \ | |/ |/|
| * config --get --path: check for unset $HOMEJonathan Nieder2010-07-27
| * Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-08
| |\
* | \ Merge branch 'nd/root-git'Junio C Hamano2010-03-07
|\ \ \
| * | | Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy2010-02-16
* | | | Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-07
|\ \ \ \ | | |_|/ | |/| |
| * | | git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy2010-02-22
| * | | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy2010-02-22
| * | | Move gitmkstemps to path.cMatthieu Moy2010-02-22
| |/ /
* | | Merge branch 'jc/typo'Junio C Hamano2010-02-16
|\ \ \ | | |/ | |/|
| * | Typofixes outside documentation areaJunio C Hamano2010-02-03
| |/
* | setenv(GIT_DIR) clean-upRené Scharfe2010-02-06
|/
* ignore duplicated slashes in make_relative_path()Junio C Hamano2010-01-22
* Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano2009-11-22
|\
| * expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy2009-11-19
| * Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy2009-11-17
* | http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-09
|/
* diff: generate pretty filenames in prep_temp_blob()David Aguilar2009-05-31
* set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-28
* "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-27
* Introduce the function strip_path_suffix()Johannes Schindelin2009-02-19
* Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano2009-02-12
* Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano2009-02-10
|\
| * Remove unused normalize_absolute_path()Johannes Sixt2009-02-07
| * Test and fix normalize_path_copy()Johannes Sixt2009-02-07
| * Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe2009-02-07
| * Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt2009-02-07
* | validate_headref: tighten ref-matching to just branchesJeff King2009-01-29
|/
* Fix non-literal format in printf-style callsDaniel Lowe2008-11-11
* Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-08
|\
| * git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen2008-10-30
| * Add git_snpath: a .git path formatting routine with output bufferAlex Riesen2008-10-30
| * Add mksnpath which allows you to specify the output bufferAlex Riesen2008-10-26
* | fix overlapping memcpy in normalize_absolute_pathJeff King2008-11-01
|/
* Fix typo in comments of longest_ancestor_length()Nguyễn Thái Ngọc Duy2008-08-11
* Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-25
* Merge branch 'maint' to sync with 1.5.6.3Junio C Hamano2008-07-13
|\
| * Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis2008-07-11
* | Merge branch 'dr/ceiling'Junio C Hamano2008-07-07
|\ \
| * | Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-23
| * | Implement normalize_absolute_pathDavid Reiss2008-05-23
* | | shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-27
| |/ |/|