aboutsummaryrefslogtreecommitdiffstats
path: root/abspath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto1-2/+16
2011-03-16make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto1-0/+4
2010-10-03Fix 'clone' failure at DOS root directory.Eric Sunshine1-1/+5
2010-02-14make_absolute_path(): Do not append redundant slashNguyễn Thái Ngọc Duy1-2/+3
2009-08-27abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey1-3/+3
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-6/+6
2008-12-17make_absolute_path(): check bounds when seeing an overlong symlinkJunio C Hamano1-0/+2
2008-09-09is_directory(): a generic helper functionJunio C Hamano1-1/+12
2008-07-25Allow add_path() to add non-existent directories to the pathJohannes Sixt1-0/+36
2008-06-27shrink git-shell by avoiding redundant dependenciesDmitry Potapov1-0/+68