mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
prune: show progress while marking reachable objects
prune already shows progress meter while pruning. The marking part may take a few seconds or more, depending on repository size. Show progress meter during this time too. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b04ba2bb42
commit
dc347195cc
@@ -1,6 +1,7 @@
|
||||
#ifndef REACHEABLE_H
|
||||
#define REACHEABLE_H
|
||||
|
||||
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog);
|
||||
struct progress;
|
||||
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog, struct progress *);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user