Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy
2016-02-27Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-23test-path-utils: fix normalize_path_copy output buffer sizeJeff King
2016-02-09test-path-utils: use xsnprintf in favor of strcpyJeff King
2016-01-15t0060: loosen overly strict expectationsJohannes Schindelin
2016-01-12t0060: verify that basename() and dirname() work as expectedJohannes Schindelin
2015-10-09test-path-utils.c: remove incorrect assumptionRay Donnelly
2013-10-14path-utils test: rename mingw_path function to print_pathSebastian Schuberth
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-10-29longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty
2011-08-05test-path-utils: Add subcommand "prefix_path"Michael Haggerty
2011-08-05test-path-utils: Add subcommand "absolute_path"Michael Haggerty
2011-03-18Name make_*_path functions more accuratelyCarlos Martín Nieto
2009-02-20Introduce the function strip_path_suffix()Johannes Schindelin
2009-02-07Test and fix normalize_path_copy()Johannes Sixt
2009-02-07Make test-path-utils more robust against incorrect useJohannes Sixt
2009-01-28test-path-utils: Fix off by one, found by valgrindJohannes Schindelin
2008-05-24Add support for GIT_CEILING_DIRECTORIESDavid Reiss
2008-05-24Fold test-absolute-path into test-path-utilsDavid Reiss
2008-05-24Implement normalize_absolute_pathDavid Reiss