MCPcopy Create free account
hub / github.com/git/git / show_progress

Function show_progress

builtin/fast-export.c:268–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static void show_progress(void)
269{
270 static int counter = 0;
271 if (!progress)
272 return;
273 if ((++counter % progress) == 0)
274 printf("progress %d objects\n", counter);
275}
276
277/*
278 * Ideally we would want some transformation of the blob data here

Callers 3

export_blobFunction · 0.85
handle_commitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected