summaryrefslogtreecommitdiff
path: root/t/t0060-path-utils.sh
AgeCommit message (Expand)Author
2013-06-26test: run testcases with POSIX absolute paths on WindowsJiang Xin
2013-06-26path.c: refactor relative_path(), not only strip prefixJiang Xin
2013-06-26test: add test cases for relative_pathJiang Xin
2012-10-29longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty
2012-09-10t0060: split absolute path test in two to exercise some of it on WindowsJohannes Sixt
2012-09-06t0060: verify that real_path() removes extra slashesMichael Haggerty
2012-09-06real_path(): properly handle nonexistent top-level pathsMichael Haggerty
2012-09-06t0060: verify that real_path() works correctly with absolute pathsMichael Haggerty
2012-09-06real_path(): reject the empty stringMichael Haggerty
2012-09-06t0060: verify that real_path() fails if passed the empty stringMichael Haggerty
2012-09-06absolute_path(): reject the empty stringMichael Haggerty
2012-09-06t0060: verify that absolute_path() fails if passed the empty stringMichael Haggerty
2012-09-06t0060: move tests of real_path() from t0000 to hereMichael Haggerty
2009-03-23t0060: fix whitespace in "wc -c" invocationJeff King
2009-03-22t0060: Fix tests on WindowsJohannes Sixt
2009-02-20Introduce the function strip_path_suffix()Johannes Schindelin
2009-02-07Test and fix normalize_path_copy()Johannes Sixt
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss
2008-05-23Implement normalize_absolute_pathDavid Reiss