summaryrefslogtreecommitdiff
path: root/abspath.c
AgeCommit message (Expand)Author
2011-08-11Reduce parse-options.o dependenciesDmitry Ivankov
2011-07-22Merge branch 'js/maint-add-path-stat-pwd'Junio C Hamano
2011-07-11get_pwd_cwd(): Do not trust st_dev/st_ino blindlyJohannes Schindelin
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto
2011-03-16make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto
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