git@vger.kernel.org list mirror (unofficial, one of many)
 help / color / mirror / code / Atom feed
blob 7d44627bf0995786fe1dbae7ef9c628b2bf15ad8 228 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 {
	int core_commit_graph;
	int gc_write_commit_graph;
};

struct repository;

void prepare_repo_settings(struct repository *r);

#endif /* REPO_SETTINGS_H */

debug log:

solving 7d44627bf0 ...
found 7d44627bf0 in https://public-inbox.org/git/13b9e71b383485885c4823baa466c32511fd20bc.1561991348.git.gitgitgadget@gmail.com/

applying [1/1] 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

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

index at:
100644 7d44627bf0995786fe1dbae7ef9c628b2bf15ad8	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).