aboutsummaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAge
* 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
| |/ |/|
* | Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds2008-06-19
* | make_nonrelative_path: Use is_absolute_path()Johannes Sixt2008-06-08
* | Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow2008-06-06
|/
* Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-29
* Make core.sharedRepository more genericHeikki Orsila2008-04-16
* Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen2008-03-05
* Fix make_absolute_path() for parameters without a slashJohannes Schindelin2008-03-02
* Add is_absolute_path() and make_absolute_path()Johannes Schindelin2007-08-01
* git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2007-07-25
* getenv/setenv: use constants if availableMatthias Lederhofer2007-07-02
* General const correctness fixesShawn O. Pearce2007-03-07
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-11
|\
| * Detached HEAD (experimental)Junio C Hamano2007-01-08
* | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* adjust_shared_perm: chmod() only when needed.Junio C Hamano2006-11-05
* Allow multiple "git_path()" usesLinus Torvalds2006-09-16
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Merge branch 'js/diff'Junio C Hamano2006-06-17
|\
| * Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-16
* | shared repository: optionally allow reading to "others".Junio C Hamano2006-06-10
|/