| Commit message (Expand) | Author | Age | Files | Lines |
* | setup: don't dereference in-tree symlinks for absolute paths | Martin Erik Werner | 2014-02-04 | 1 | -1/+1 |
* | t0060: add tests for prefix_path when path begins with work tree | Martin Erik Werner | 2014-02-04 | 1 | -0/+10 |
* | t0060: add test for prefix_path when path == work tree | Martin Erik Werner | 2014-02-04 | 1 | -0/+6 |
* | t0060: add test for prefix_path on symlinks via absolute paths | Martin Erik Werner | 2014-02-04 | 1 | -0/+5 |
* | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 2013-10-28 | 1 | -28/+32 |
|\ |
|
| * | relative_path should honor dos-drive-prefix | Jiang Xin | 2013-10-14 | 1 | -0/+4 |
| * | test: use unambigous leading path (/foo) for MSYS | Jiang Xin | 2013-10-14 | 1 | -28/+28 |
* | | path-utils test: rename mingw_path function to print_pathjx/clean-interactive | Sebastian Schuberth | 2013-10-14 | 1 | -2/+2 |
|/ |
|
* | test: run testcases with POSIX absolute paths on Windows | Jiang Xin | 2013-06-26 | 1 | -21/+23 |
* | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 2013-06-26 | 1 | -21/+18 |
* | test: add test cases for relative_path | Jiang Xin | 2013-06-26 | 1 | -0/+37 |
* | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 2012-10-29 | 1 | -28/+13 |
* | t0060: split absolute path test in two to exercise some of it on Windows | Johannes Sixt | 2012-09-10 | 1 | -2/+6 |
* | t0060: verify that real_path() removes extra slashes | Michael Haggerty | 2012-09-06 | 1 | -0/+18 |
* | real_path(): properly handle nonexistent top-level paths | Michael Haggerty | 2012-09-06 | 1 | -1/+1 |
* | t0060: verify that real_path() works correctly with absolute paths | Michael Haggerty | 2012-09-06 | 1 | -1/+11 |
* | real_path(): reject the empty string | Michael Haggerty | 2012-09-06 | 1 | -1/+1 |
* | t0060: verify that real_path() fails if passed the empty string | Michael Haggerty | 2012-09-06 | 1 | -0/+4 |
* | absolute_path(): reject the empty string | Michael Haggerty | 2012-09-06 | 1 | -1/+1 |
* | t0060: verify that absolute_path() fails if passed the empty string | Michael Haggerty | 2012-09-06 | 1 | -0/+4 |
* | t0060: move tests of real_path() from t0000 to here | Michael Haggerty | 2012-09-06 | 1 | -0/+19 |
* | t0060: fix whitespace in "wc -c" invocation | Jeff King | 2009-03-23 | 1 | -1/+1 |
* | t0060: Fix tests on Windows | Johannes Sixt | 2009-03-22 | 1 | -33/+83 |
* | Introduce the function strip_path_suffix() | Johannes Schindelin | 2009-02-19 | 1 | -0/+4 |
* | Test and fix normalize_path_copy() | Johannes Sixt | 2009-02-07 | 1 | -16/+17 |
* | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 2008-05-23 | 1 | -0/+47 |
* | Implement normalize_absolute_path | David Reiss | 2008-05-23 | 1 | -0/+40 |