| 295 | } |
| 296 | |
| 297 | struct progress *start_progress(struct repository *r, |
| 298 | const char *title, uint64_t total) |
| 299 | { |
| 300 | return start_progress_delay(r, title, total, 0, 0); |
| 301 | } |
| 302 | |
| 303 | /* |
| 304 | * Here "sparse" means that the caller might use some sampling criteria to |