summaryrefslogtreecommitdiff
path: root/abspath.c
Commit message (Expand)AuthorAgeFilesLines
* real_path(): properly handle nonexistent top-level pathsMichael Haggerty2012-09-061-1/+1
* real_path(): reject the empty stringMichael Haggerty2012-09-061-0/+3
* absolute_path(): reject the empty stringMichael Haggerty2012-09-061-1/+3
* Reduce parse-options.o dependenciesDmitry Ivankov2011-08-111-0/+28
* Merge branch 'js/maint-add-path-stat-pwd'Junio C Hamano2011-07-221-1/+2
|\
| * get_pwd_cwd(): Do not trust st_dev/st_ino blindlyJohannes Schindelin2011-07-111-1/+2
* | Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-291-2/+2
|\ \
| * | real_path: do not assume '/' is the path seperatorTheo Niessink2011-05-271-2/+2
* | | 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