• Show log

    Commit

  • Hash : 3b4c401a
    Author : Russell Belfer
    Date : 2014-02-10T13:20:08

    Decouple index iterator sort from index
    
    This makes the index iterator honor the GIT_ITERATOR_IGNORE_CASE
    and GIT_ITERATOR_DONT_IGNORE_CASE flags without modifying the
    index data itself.  To take advantage of this, I had to export a
    number of the internal index entry comparison functions.  I also
    wrote some new tests to exercise the capability.