diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2012-10-28 17:16:27 +0100 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-10-29 02:34:58 -0400 |
commit | 059b37934c611b1b9b735e0310ba282a0c7f5eba (patch) | |
tree | c1438784babc6ee81faae36311bc31d52fb5e5e4 /t/t7810-grep.sh | |
parent | setup_git_directory_gently_1(): resolve symlinks in ceiling paths (diff) | |
download | tgif-059b37934c611b1b9b735e0310ba282a0c7f5eba.tar.xz |
string_list_longest_prefix(): remove function
This function was added in f103f95b11d087f07c0c48bf784cd9197e18f203 in
the erroneous expectation that it would be used in the
reimplementation of longest_ancestor_length(). But it turned out to
be easier to use a function specialized for comparing path prefixes
(i.e., one that knows about slashes and root paths) than to prepare
the paths in such a way that a generic string prefix comparison
function can be used. So delete string_list_longest_prefix() and its
documentation and test cases.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 't/t7810-grep.sh')
0 files changed, 0 insertions, 0 deletions