summaryrefslogtreecommitdiffstats
path: root/path.c
AgeCommit message (Expand)AuthorLines
2009-03-28set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano-9/+16
2009-03-27"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano-15/+21
2009-02-19Introduce the function strip_path_suffix()Johannes Schindelin-0/+36
2009-02-12Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano-2/+2
2009-02-10Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano-41/+83
2009-02-07Remove unused normalize_absolute_path()Johannes Sixt-45/+6
2009-02-07Test and fix normalize_path_copy()Johannes Sixt-11/+5
2009-02-07Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe-5/+6
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt-0/+86
2009-01-29validate_headref: tighten ref-matching to just branchesJeff King-2/+2
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe-2/+2
2008-11-08Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano-0/+54
2008-11-01fix overlapping memcpy in normalize_absolute_pathJeff King-1/+1
2008-10-30git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen-4/+20
2008-10-30Add git_snpath: a .git path formatting routine with output bufferAlex Riesen-0/+23
2008-10-26Add mksnpath which allows you to specify the output bufferAlex Riesen-0/+15
2008-08-11Fix typo in comments of longest_ancestor_length()Nguyễn Thái Ngọc Duy-1/+1
2008-07-25Allow add_path() to add non-existent directories to the pathJohannes Sixt-36/+0
2008-07-13Merge branch 'maint' to sync with 1.5.6.3Junio C Hamano-1/+1
2008-07-11Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis-1/+1
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano-0/+96
2008-06-27shrink git-shell by avoiding redundant dependenciesDmitry Potapov-67/+0
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds-0/+17
2008-06-08make_nonrelative_path: Use is_absolute_path()Johannes Sixt-1/+1
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow-0/+36
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss-0/+43
2008-05-23Implement normalize_absolute_pathDavid Reiss-0/+53
2008-04-29Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila-1/+2
2008-04-16Make core.sharedRepository more genericHeikki Orsila-17/+18
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen-1/+1
2008-03-02Fix make_absolute_path() for parameters without a slashJohannes Schindelin-1/+3
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin-0/+65
2007-07-25git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano-14/+10
2007-07-02getenv/setenv: use constants if availableMatthias Lederhofer-1/+1
2007-03-07General const correctness fixesShawn O. Pearce-1/+1
2007-01-11Merge branch 'jc/detached-head'Junio C Hamano-8/+18
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft-1/+1
2007-01-08Detached HEAD (experimental)Junio C Hamano-8/+18
2006-12-20simplify inclusion of system header files.Junio C Hamano-1/+0
2006-11-05adjust_shared_perm: chmod() only when needed.Junio C Hamano-1/+1
2006-09-16Allow multiple "git_path()" usesLinus Torvalds-1/+9
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen-14/+1
2006-06-17Merge branch 'js/diff'Junio C Hamano-4/+9
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen-4/+9
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano-2/+12
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano-0/+23
2005-12-03[PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano-54/+99
2005-11-27Check repository format version in enter_repo().Junio C Hamano-0/+1
2005-11-20Fix "do not DWIM" patch to enter_repo"Junio C Hamano-1/+1
2005-11-20Fix sparse warningsTimo Hirvonen-1/+1