blob 9b8104042e95c52de2987f63a39545c01828cd47 250 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
14
| | #ifndef REPO_SETTINGS_H
#define REPO_SETTINGS_H
struct repo_settings {
char core_commit_graph;
char gc_write_commit_graph;
int index_version;
};
struct repository;
void prepare_repo_settings(struct repository *r);
#endif /* REPO_SETTINGS_H */
|
debug log:
solving 9b8104042e ...
found 9b8104042e in https://public-inbox.org/git/d5f5d7453c8135cf0c1186447de4323d31d4eca8.1559593097.git.gitgitgadget@gmail.com/ ||
https://public-inbox.org/git/02c89415fe11f14a65f2e6ee94e9d0de5a727e33.1560957119.git.gitgitgadget@gmail.com/
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/2] 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
applying [2/2] https://public-inbox.org/git/d5f5d7453c8135cf0c1186447de4323d31d4eca8.1559593097.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
index 11d08648e1..9b8104042e 100644
Checking patch repo-settings.h...
Applied patch repo-settings.h cleanly.
skipping https://public-inbox.org/git/02c89415fe11f14a65f2e6ee94e9d0de5a727e33.1560957119.git.gitgitgadget@gmail.com/ for 9b8104042e
index at:
100644 9b8104042e95c52de2987f63a39545c01828cd47 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).