mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 17:57:25 +00:00
Indexing progress now goes to 100%
This commit is contained in:
parent
45b60d7b8d
commit
909f626541
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user