diff options
author | Russell Belfer <rb@github.com> | 2013-03-10 22:38:53 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2013-03-10 22:38:53 -0700 |
commit | 61c7b61e6fe2542deeb8d2aadbea90a8f5b3c9cd (patch) | |
tree | d3bd3b665bad772e9e7b9815c290c26d282f81a8 /src/commit.c | |
parent | a03beb7ba6017181c29d77e64112e4730f690271 (diff) | |
download | libgit2-61c7b61e6fe2542deeb8d2aadbea90a8f5b3c9cd.tar.gz |
Use correct case path in icase tree iterator
If there are case-ambiguities in the path of a case insensitive
tree iterator, it will now rewrite the entire path when it gives
the path name to an entry, so a tree with "A/b/C/d.txt" and
"a/B/c/E.txt" will give the true full paths (instead of case-
folding them both to "A/B/C/d.txt" or "a/b/c/E.txt" or something
like that.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions