Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 | 1 | -2/+16 |
* | make_absolute_path: return the input path if it points to our buffer | Carlos Martín Nieto | 2011-03-16 | 1 | -0/+4 |
* | Fix 'clone' failure at DOS root directory. | Eric Sunshine | 2010-10-03 | 1 | -1/+5 |
* | make_absolute_path(): Do not append redundant slash | Nguyễn Thái Ngọc Duy | 2010-02-14 | 1 | -2/+3 |
* | abspath.c: move declaration of 'len' into inner block and use appropriate type | Brandon Casey | 2009-08-27 | 1 | -3/+3 |
* | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -6/+6 |
* | make_absolute_path(): check bounds when seeing an overlong symlink | Junio C Hamano | 2008-12-17 | 1 | -0/+2 |
* | is_directory(): a generic helper function | Junio C Hamano | 2008-09-09 | 1 | -1/+12 |
* | Allow add_path() to add non-existent directories to the path | Johannes Sixt | 2008-07-25 | 1 | -0/+36 |
* | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 2008-06-27 | 1 | -0/+68 |