git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob f0d609a3f504e014ed957fa1b0e0f99d0c925377 691 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
20
21
22
 
#ifndef PROMISOR_REMOTE_H
#define PROMISOR_REMOTE_H

/*
 * Promisor remote linked list
 *
 * Information in its fields come from remote.XXX config entries or
 * from extensions.partialclone or core.partialclonefilter.
 */
struct promisor_remote {
	const char *remote_name;
	const char *partial_clone_filter;
	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 f0d609a3f5 ...
found f0d609a3f5 in https://public-inbox.org/git/20190312132959.11764-8-chriscool@tuxfamily.org/ ||
	https://public-inbox.org/git/20190122144212.15119-10-chriscool@tuxfamily.org/
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/4] 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/4] 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/4] 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

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

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

skipping https://public-inbox.org/git/20190122144212.15119-10-chriscool@tuxfamily.org/ for f0d609a3f5
index at:
100644 f0d609a3f504e014ed957fa1b0e0f99d0c925377	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).