git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob 11d08648e1d73a78aefefb83c845f2efa54e78b3 230 bytes (raw)
name: repo-settings.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#ifndef REPO_SETTINGS_H
#define REPO_SETTINGS_H

struct repo_settings {
	char core_commit_graph;
	char gc_write_commit_graph;
};

struct repository;

void prepare_repo_settings(struct repository *r);

#endif /* REPO_SETTINGS_H */

debug log:

solving 11d08648e1 ...
found 11d08648e1 in https://public-inbox.org/git/704613f4480e3b9aacab91d2241247791f34ce22.1559593097.git.gitgitgadget@gmail.com/ ||
	https://public-inbox.org/git/bdaee3ea9df0533c268d6bebbd252c00cfbaccd6.1560957119.git.gitgitgadget@gmail.com/

applying [1/1] https://public-inbox.org/git/704613f4480e3b9aacab91d2241247791f34ce22.1559593097.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
new file mode 100644
index 0000000000..11d08648e1

Checking patch repo-settings.h...
Applied patch repo-settings.h cleanly.

skipping https://public-inbox.org/git/bdaee3ea9df0533c268d6bebbd252c00cfbaccd6.1560957119.git.gitgitgadget@gmail.com/ for 11d08648e1
index at:
100644 11d08648e1d73a78aefefb83c845f2efa54e78b3	repo-settings.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).