summaryrefslogtreecommitdiffstats
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | make_nonrelative_path: Use is_absolute_path()Johannes Sixt2008-06-081-1/+1
* | Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow2008-06-061-0/+36
|/
* Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-291-1/+2
* Make core.sharedRepository more genericHeikki Orsila2008-04-161-17/+18
* Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen2008-03-051-1/+1
* Fix make_absolute_path() for parameters without a slashJohannes Schindelin2008-03-021-1/+3
* Add is_absolute_path() and make_absolute_path()Johannes Schindelin2007-08-011-0/+65
* git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2007-07-251-14/+10
* getenv/setenv: use constants if availableMatthias Lederhofer2007-07-021-1/+1
* General const correctness fixesShawn O. Pearce2007-03-071-1/+1
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-111-8/+18
|\
| * Detached HEAD (experimental)Junio C Hamano2007-01-081-8/+18
* | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* adjust_shared_perm: chmod() only when needed.Junio C Hamano2006-11-051-1/+1
* Allow multiple "git_path()" usesLinus Torvalds2006-09-161-1/+9
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-14/+1
* Merge branch 'js/diff'Junio C Hamano2006-06-171-4/+9
|\
| * Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-161-4/+9
* | shared repository: optionally allow reading to "others".Junio C Hamano2006-06-101-2/+12
|/