• Show log

    Commit

  • Hash : c856f8c5
    Author : Russell Belfer
    Date : 2014-03-31T12:27:05

    Fix submodule sorting in workdir iterator With the changes to how git_path_dirload_with_stat handles things that look like submodules, submodules could end up sorted in the wrong order with the workdir iterator. This moves the submodule check earlier in the iterator processing of a new directory so that the submodule name updates will happen immediately and the sort order will be correct.