summaryrefslogtreecommitdiff
path: root/test-path-utils.c
Commit message (Expand)AuthorAgeFilesLines
* test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-151-262/+0
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-11/+4
|\
| * test-path-utils: fix normalize_path_copy output buffer sizeJeff King2016-02-221-11/+4
* | test-path-utils: use xsnprintf in favor of strcpyjk/test-path-utils-xsnprintfJeff King2016-02-081-1/+1
|/
* t0060: loosen overly strict expectationsJohannes Schindelin2016-01-151-57/+21
* t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2016-01-121-0/+166
* test-path-utils.c: remove incorrect assumptionrd/test-path-utilsRay Donnelly2015-10-081-2/+0
* path-utils test: rename mingw_path function to print_pathjx/clean-interactiveSebastian Schuberth2013-10-141-1/+1
* test: run testcases with POSIX absolute paths on WindowsJiang Xin2013-06-261-0/+5
* path.c: refactor relative_path(), not only strip prefixJiang Xin2013-06-261-1/+3
* test: add test cases for relative_pathJiang Xin2013-06-261-0/+25
* longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-291-1/+44
* longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-291-1/+7
* test-path-utils: Add subcommand "prefix_path"Michael Haggerty2011-08-041-0/+13
* test-path-utils: Add subcommand "absolute_path"Michael Haggerty2011-08-041-0/+9
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-2/+2
* Introduce the function strip_path_suffix()Johannes Schindelin2009-02-191-0/+6
* Test and fix normalize_path_copy()Johannes Sixt2009-02-071-3/+4
* Make test-path-utils more robust against incorrect useJohannes Sixt2009-02-071-1/+6
* test-path-utils: Fix off by one, found by valgrindJohannes Schindelin2009-01-271-1/+1
* Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-231-0/+5
* Fold test-absolute-path into test-path-utilsDavid Reiss2008-05-231-0/+8
* Implement normalize_absolute_pathDavid Reiss2008-05-231-0/+13