blob b752dfe8b4f2eaa1d7b75a11bfce83c8a65472b4 248 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 {
int core_commit_graph;
int gc_write_commit_graph;
int index_version;
};
struct repository;
void prepare_repo_settings(struct repository *r);
#endif /* REPO_SETTINGS_H */
|
debug log:
solving b752dfe8b4 ...
found b752dfe8b4 in https://public-inbox.org/git/4fe896e423b698ef60b208c613252b4847b6cd0a.1561991348.git.gitgitgadget@gmail.com/
found 7d44627bf0 in https://public-inbox.org/git/13b9e71b383485885c4823baa466c32511fd20bc.1561991348.git.gitgitgadget@gmail.com/
applying [1/2] https://public-inbox.org/git/13b9e71b383485885c4823baa466c32511fd20bc.1561991348.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
new file mode 100644
index 0000000000..7d44627bf0
applying [2/2] https://public-inbox.org/git/4fe896e423b698ef60b208c613252b4847b6cd0a.1561991348.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
index 7d44627bf0..b752dfe8b4 100644
Checking patch repo-settings.h...
Applied patch repo-settings.h cleanly.
Checking patch repo-settings.h...
Applied patch repo-settings.h cleanly.
index at:
100644 b752dfe8b4f2eaa1d7b75a11bfce83c8a65472b4 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).