• Show log

    Commit

  • Hash : 61c7b61e
    Author : Russell Belfer
    Date : 2013-03-10T22:38:53

    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.