git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob f96722bc66546f086c0c698113f12756fbb4dfea 581 bytes (raw)
name: promisor-remote.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
 
#ifndef PROMISOR_REMOTE_H
#define PROMISOR_REMOTE_H

/*
 * Promisor remote linked list
 * Its information come from remote.XXX config entries.
 */
struct promisor_remote {
	const char *remote_name;
	struct promisor_remote *next;
};

extern void promisor_remote_reinit(void);
extern struct promisor_remote *promisor_remote_new(const char *remote_name);
extern struct promisor_remote *promisor_remote_find(const char *remote_name);
extern int has_promisor_remote(void);
extern int promisor_remote_get_direct(const struct object_id *oids, int oid_nr);

#endif /* PROMISOR_REMOTE_H */

debug log:

solving f96722bc66 ...
found f96722bc66 in https://public-inbox.org/git/20190312132959.11764-5-chriscool@tuxfamily.org/ ||
	https://public-inbox.org/git/20190122144212.15119-7-chriscool@tuxfamily.org/
found f9f5825417 in https://public-inbox.org/git/20190312132959.11764-4-chriscool@tuxfamily.org/ ||
	https://public-inbox.org/git/20190122144212.15119-6-chriscool@tuxfamily.org/
found bfbf7c0f21 in https://public-inbox.org/git/20190312132959.11764-3-chriscool@tuxfamily.org/ ||
	https://public-inbox.org/git/20190122144212.15119-5-chriscool@tuxfamily.org/

applying [1/3] https://public-inbox.org/git/20190312132959.11764-3-chriscool@tuxfamily.org/
diff --git a/promisor-remote.h b/promisor-remote.h
new file mode 100644
index 0000000000..bfbf7c0f21

Checking patch promisor-remote.h...
Applied patch promisor-remote.h cleanly.

skipping https://public-inbox.org/git/20190122144212.15119-5-chriscool@tuxfamily.org/ for bfbf7c0f21
index at:
100644 bfbf7c0f21c3b22492ce5014ec3aa54dcf8c632d	promisor-remote.h

applying [2/3] https://public-inbox.org/git/20190312132959.11764-4-chriscool@tuxfamily.org/
diff --git a/promisor-remote.h b/promisor-remote.h
index bfbf7c0f21..f9f5825417 100644

Checking patch promisor-remote.h...
Applied patch promisor-remote.h cleanly.

skipping https://public-inbox.org/git/20190122144212.15119-6-chriscool@tuxfamily.org/ for f9f5825417
index at:
100644 f9f58254177045eb40e42daede17c1d146a1c3d8	promisor-remote.h

applying [3/3] https://public-inbox.org/git/20190312132959.11764-5-chriscool@tuxfamily.org/
diff --git a/promisor-remote.h b/promisor-remote.h
index f9f5825417..f96722bc66 100644

Checking patch promisor-remote.h...
Applied patch promisor-remote.h cleanly.

skipping https://public-inbox.org/git/20190122144212.15119-7-chriscool@tuxfamily.org/ for f96722bc66
index at:
100644 f96722bc66546f086c0c698113f12756fbb4dfea	promisor-remote.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).