git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob bfbf7c0f21c3b22492ce5014ec3aa54dcf8c632d 458 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
 
#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 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);

#endif /* PROMISOR_REMOTE_H */

debug log:

solving bfbf7c0f21 ...
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/1] 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

(*) 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).