summaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | | |_|/ | |/| |
| * | | git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy2010-02-221-1/+0
| * | | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy2010-02-221-2/+13
| * | | Move gitmkstemps to path.cMatthieu Moy2010-02-221-0/+69
| |/ /
* | | Merge branch 'jc/typo'Junio C Hamano2010-02-161-1/+1
|\ \ \ | | |/ | |/|
| * | Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
| |/
* | setenv(GIT_DIR) clean-upRené Scharfe2010-02-061-1/+1
|/
* ignore duplicated slashes in make_relative_path()Junio C Hamano2010-01-221-9/+30
* Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano2009-11-221-33/+50
|\
| * expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy2009-11-191-4/+9
| * Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy2009-11-171-34/+46
* | http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-091-0/+47
|/
* diff: generate pretty filenames in prep_temp_blob()David Aguilar2009-05-311-0/+16
* set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-281-9/+16
* "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-271-15/+21
* Introduce the function strip_path_suffix()Johannes Schindelin2009-02-191-0/+36
* Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano2009-02-121-2/+2
* Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano2009-02-101-41/+83
|\
| * Remove unused normalize_absolute_path()Johannes Sixt2009-02-071-45/+6
| * Test and fix normalize_path_copy()Johannes Sixt2009-02-071-11/+5
| * Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe2009-02-071-5/+6
| * Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt2009-02-071-0/+86
* | validate_headref: tighten ref-matching to just branchesJeff King2009-01-291-2/+2
|/
* Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-2/+2
* Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-081-0/+54
|\
| * git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen2008-10-301-4/+20
| * Add git_snpath: a .git path formatting routine with output bufferAlex Riesen2008-10-301-0/+23
| * Add mksnpath which allows you to specify the output bufferAlex Riesen2008-10-261-0/+15
* | fix overlapping memcpy in normalize_absolute_pathJeff King2008-11-011-1/+1
|/
* Fix typo in comments of longest_ancestor_length()Nguyễn Thái Ngọc Duy2008-08-111-1/+1
* Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-251-36/+0
* Merge branch 'maint' to sync with 1.5.6.3Junio C Hamano2008-07-131-1/+1
|\
| * Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis2008-07-111-1/+1
* | Merge branch 'dr/ceiling'Junio C Hamano2008-07-071-0/+96
|\ \
| * | Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-231-0/+43
| * | Implement normalize_absolute_pathDavid Reiss2008-05-231-0/+53
* | | shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-271-67/+0
| |/ |/|
* | Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds2008-06-191-0/+17