summaryrefslogtreecommitdiff
path: root/test-path-utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15test helpers: move test-* to t/helper/ subdirectoryLibravatar Nguyễn Thái Ngọc Duy1-262/+0
2016-02-26Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-11/+4
2016-02-22test-path-utils: fix normalize_path_copy output buffer sizeLibravatar Jeff King1-11/+4
2016-02-08test-path-utils: use xsnprintf in favor of strcpyLibravatar Jeff King1-1/+1
2016-01-15t0060: loosen overly strict expectationsLibravatar Johannes Schindelin1-57/+21
2016-01-12t0060: verify that basename() and dirname() work as expectedLibravatar Johannes Schindelin1-0/+166
2015-10-08test-path-utils.c: remove incorrect assumptionLibravatar Ray Donnelly1-2/+0
2013-10-14path-utils test: rename mingw_path function to print_pathLibravatar Sebastian Schuberth1-1/+1
2013-06-26test: run testcases with POSIX absolute paths on WindowsLibravatar Jiang Xin1-0/+5
2013-06-26path.c: refactor relative_path(), not only strip prefixLibravatar Jiang Xin1-1/+3
2013-06-26test: add test cases for relative_pathLibravatar Jiang Xin1-0/+25
2012-10-29longest_ancestor_length(): require prefix list entries to be normalizedLibravatar Michael Haggerty1-1/+44
2012-10-29longest_ancestor_length(): take a string_list argument for prefixesLibravatar Michael Haggerty1-1/+7
2011-08-04test-path-utils: Add subcommand "prefix_path"Libravatar Michael Haggerty1-0/+13
2011-08-04test-path-utils: Add subcommand "absolute_path"Libravatar Michael Haggerty1-0/+9
2011-03-17Name make_*_path functions more accuratelyLibravatar Carlos Martín Nieto1-2/+2
2009-02-19Introduce the function strip_path_suffix()Libravatar Johannes Schindelin1-0/+6
2009-02-07Test and fix normalize_path_copy()Libravatar Johannes Sixt1-3/+4
2009-02-07Make test-path-utils more robust against incorrect useLibravatar Johannes Sixt1-1/+6
2009-01-27test-path-utils: Fix off by one, found by valgrindLibravatar Johannes Schindelin1-1/+1
2008-05-23Add support for GIT_CEILING_DIRECTORIESLibravatar David Reiss1-0/+5
2008-05-23Fold test-absolute-path into test-path-utilsLibravatar David Reiss1-0/+8
2008-05-23Implement normalize_absolute_pathLibravatar David Reiss1-0/+13