summaryrefslogtreecommitdiffstats
path: root/path.c
AgeCommit message (Expand)AuthorLines
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
2005-11-19Do not DWIM in userpath library under strict mode.Junio C Hamano-17/+60
2005-11-19Library code for user-relative paths, take three.Andreas Ericsson-0/+72
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege-3/+1
2005-09-09Retire support for old environment variables.Junio C Hamano-1/+1
2005-08-23Fix ?: statements.Jason Riedy-1/+3
2005-08-08[PATCH] git_mkstemp() fixHolger Eitzenberger-2/+7
2005-08-05[PATCH] git: add git_mkstemp()Holger Eitzenberger-0/+26
2005-07-08Add "mkpath()" helper functionLinus Torvalds-0/+60