Commit 909f6265 by Ben Straub

Indexing progress now goes to 100%

parent 45b60d7b
...@@ -446,6 +446,7 @@ static int resolve_deltas(git_indexer_stream *idx, git_indexer_stats *stats) ...@@ -446,6 +446,7 @@ static int resolve_deltas(git_indexer_stream *idx, git_indexer_stats *stats)
git__free(obj.data); git__free(obj.data);
stats->processed++; stats->processed++;
do_progress_callback(idx, stats);
} }
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment