• Show log

    Commit

  • Hash : 6f7ec728
    Author : Edward Thomson
    Date : 2016-06-29T17:01:47

    index: refactor common `read_index` functionality
    
    Most of `git_index_read_index` is common to reading any iterator.
    Refactor it out in case we want to implement `read_tree` in terms of it
    in the future.