• Show log

    Commit

  • Hash : aec4f663
    Author : Russell Belfer
    Date : 2013-03-11T10:37:12

    Fix tree iterator advance using wrong name compare
    
    Tree iterator advance was moving forward without taking the
    filemode of the entries into account, equating "a" and "a/".
    This makes the tree entry comparison code more easily reusable
    and fixes the problem.