• Show log

    Commit

  • Hash : 0ae81fc4
    Author : nulltoken
    Date : 2012-10-17T15:30:22

    index: remove read_tree() progress indicator git_index_read_tree() was exposing a parameter to provide the user with a progress indicator. Unfortunately, due to the recursive nature of the tree walk, the maximum number of items to process was unknown. Thus, the indicator was only counting processed entries, without providing any information how the number of remaining items.