| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows: shorten code by re-using convert_slashes()js/mingw-tests-2.8 | Johannes Sixt | 2016-04-04 | 1 | -4/+1 |
* | abspath: convert absolute_path() to strbuf | René Scharfe | 2014-08-26 | 1 | -42/+4 |
* | abspath: convert real_path_internal() to strbuf | René Scharfe | 2014-08-26 | 1 | -44/+25 |
* | abspath: use strbuf_getcwd() to remember original working directory | René Scharfe | 2014-08-26 | 1 | -4/+5 |
* | Merge branch 'ap/path-max' | Junio C Hamano | 2014-01-10 | 1 | -7/+9 |
|\ |
|
| * | Prevent buffer overflows when path is too longap/path-max | Antoine Pelisse | 2013-12-16 | 1 | -7/+9 |
* | | abspath: trivial style fix | Felipe Contreras | 2013-12-09 | 1 | -1/+1 |
|/ |
|
* | abspath.c: have SP around arithmetic operators | Junio C Hamano | 2013-10-16 | 1 | -2/+2 |
* | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE | Jonathan Nieder | 2013-05-08 | 1 | -1/+1 |
* | Introduce new function real_path_if_valid() | Michael Haggerty | 2012-10-29 | 1 | -0/+5 |
* | real_path_internal(): add comment explaining use of cwd | Michael Haggerty | 2012-10-29 | 1 | -0/+7 |
* | Introduce new static function real_path_internal() | Michael Haggerty | 2012-10-29 | 1 | -21/+72 |
* | real_path(): properly handle nonexistent top-level paths | Michael Haggerty | 2012-09-06 | 1 | -1/+1 |
* | real_path(): reject the empty string | Michael Haggerty | 2012-09-06 | 1 | -0/+3 |
* | absolute_path(): reject the empty string | Michael Haggerty | 2012-09-06 | 1 | -1/+3 |
* | Reduce parse-options.o dependencies | Dmitry Ivankov | 2011-08-11 | 1 | -0/+28 |
* | Merge branch 'js/maint-add-path-stat-pwd' | Junio C Hamano | 2011-07-22 | 1 | -1/+2 |
|\ |
|
| * | get_pwd_cwd(): Do not trust st_dev/st_ino blindly | Johannes Schindelin | 2011-07-11 | 1 | -1/+2 |
* | | Merge branch 'ef/maint-win-verify-path' | Junio C Hamano | 2011-06-29 | 1 | -2/+2 |
|\ \ |
|
| * | | real_path: do not assume '/' is the path seperator | Theo Niessink | 2011-05-27 | 1 | -2/+2 |
* | | | 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 |