Indexing progress now goes to 100%

This commit is contained in:
Ben Straub 2012-10-18 15:28:09 -07:00
parent 45b60d7b8d
commit 909f626541

View File

@ -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;