summaryrefslogtreecommitdiff
path: root/path.c
AgeCommit message (Expand)Author
2010-02-17Merge branch 'jc/typo'Junio C Hamano
2010-02-06setenv(GIT_DIR) clean-upRené Scharfe
2010-02-04Typofixes outside documentation areaJunio C Hamano
2010-01-22ignore duplicated slashes in make_relative_path()Junio C Hamano
2009-11-23Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-19expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-11-10http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce
2009-06-01diff: generate pretty filenames in prep_temp_blob()David Aguilar
2009-03-28set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano
2009-03-28"core.sharedrepository = 0mode" should set, not loosenJunio C Hamano
2009-02-20Introduce the function strip_path_suffix()Johannes Schindelin
2009-02-12Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano
2009-02-11Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano
2009-02-07Remove unused normalize_absolute_path()Johannes Sixt
2009-02-07Test and fix normalize_path_copy()Johannes Sixt
2009-02-07Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt
2009-01-29validate_headref: tighten ref-matching to just branchesJeff King
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe
2008-11-09Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano
2008-11-02fix overlapping memcpy in normalize_absolute_pathJeff King
2008-10-31git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen
2008-10-31Add git_snpath: a .git path formatting routine with output bufferAlex Riesen
2008-10-27Add mksnpath which allows you to specify the output bufferAlex Riesen
2008-08-11Fix typo in comments of longest_ancestor_length()Nguyễn Thái Ngọc Duy
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-07-13Merge branch 'maint' to sync with 1.5.6.3Junio C Hamano
2008-07-12Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds
2008-06-08make_nonrelative_path: Use is_absolute_path()Johannes Sixt
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss
2008-05-23Implement normalize_absolute_pathDavid Reiss
2008-04-30Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila
2008-04-17Make core.sharedRepository more genericHeikki Orsila
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen
2008-03-02Fix make_absolute_path() for parameters without a slashJohannes Schindelin
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin
2007-07-26git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano
2007-07-02getenv/setenv: use constants if availableMatthias Lederhofer
2007-03-07General const correctness fixesShawn O. Pearce
2007-01-12Merge branch 'jc/detached-head'Junio C Hamano
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2007-01-08Detached HEAD (experimental)Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-06adjust_shared_perm: chmod() only when needed.Junio C Hamano
2006-09-16Allow multiple "git_path()" usesLinus Torvalds