| 251 | } |
| 252 | |
| 253 | void display_progress(struct progress *progress, uint64_t n) |
| 254 | { |
| 255 | if (progress) |
| 256 | display(progress, n, NULL); |
| 257 | } |
| 258 | |
| 259 | static struct progress *start_progress_delay(struct repository *r, |
| 260 | const char *title, uint64_t total, |