summaryrefslogtreecommitdiff
path: root/abspath.c
Commit message (Expand)AuthorAgeFilesLines
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-2/+16
* make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto2011-03-161-0/+4
* Fix 'clone' failure at DOS root directory.Eric Sunshine2010-10-031-1/+5
* make_absolute_path(): Do not append redundant slashNguyễn Thái Ngọc Duy2010-02-141-2/+3
* abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey2009-08-271-3/+3
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-6/+6
* make_absolute_path(): check bounds when seeing an overlong symlinkJunio C Hamano2008-12-171-0/+2
* is_directory(): a generic helper functionJunio C Hamano2008-09-091-1/+12
* Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-251-0/+36
* shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-271-0/+68