summaryrefslogtreecommitdiff
path: root/abspath.c
AgeCommit message (Expand)Author
2010-10-03Fix 'clone' failure at DOS root directory.Eric Sunshine
2010-02-14make_absolute_path(): Do not append redundant slashNguyễn Thái Ngọc Duy
2009-08-27abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2008-12-17make_absolute_path(): check bounds when seeing an overlong symlinkJunio C Hamano
2008-09-09is_directory(): a generic helper functionJunio C Hamano
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov