git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob 2ebb1da2666dbe62528489b49ee4516e079fe42a 796 bytes (raw)
name: progress.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
#ifndef PROGRESS_H
#define PROGRESS_H

struct progress;

#ifdef GIT_TEST_PROGRESS_ONLY

extern int progress_testing;
extern uint64_t progress_test_ns;
void progress_test_force_update(void);

#endif

void display_throughput(struct progress *progress, uint64_t total);
void display_progress(struct progress *progress, uint64_t n);
struct progress *start_progress(const char *title, uint64_t total);
struct progress *start_sparse_progress(const char *title, uint64_t total);
struct progress *start_delayed_progress(const char *title, uint64_t total);
struct progress *start_delayed_sparse_progress(const char *title,
					       uint64_t total);
void stop_progress(struct progress **progress);
void stop_progress_msg(struct progress **progress, const char *msg);
void no_progress_bug(void);

#endif

debug log:

solving 2ebb1da2666 ...
found 2ebb1da2666 in https://public-inbox.org/git/877dffg37n.fsf@evledraar.gmail.com/
found f1913acf73f in https://80x24.org/mirrors/git.git
preparing index
index prepared:
100644 f1913acf73f1790366ebd2f3f802f0472221bc7c	progress.h

applying [1/1] https://public-inbox.org/git/877dffg37n.fsf@evledraar.gmail.com/
diff --git a/progress.h b/progress.h
index f1913acf73f..2ebb1da2666 100644

Checking patch progress.h...
Applied patch progress.h cleanly.

index at:
100644 2ebb1da2666dbe62528489b49ee4516e079fe42a	progress.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).