git@vger.kernel.org list mirror (unofficial, one of many)
 help / color / mirror / code / Atom feed
blob 1151c2193a5e0b0f14560c8f4acd3467ea18f3ba 270 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
15
 
#ifndef REPO_SETTINGS_H
#define REPO_SETTINGS_H

struct repo_settings {
	int core_commit_graph;
	int gc_write_commit_graph;
	int pack_use_sparse;
	int index_version;
};

struct repository;

void prepare_repo_settings(struct repository *r);

#endif /* REPO_SETTINGS_H */

debug log:

solving 1151c2193a ...
found 1151c2193a in https://public-inbox.org/git/d080065a9208852a7e551cc8bef7d326576c076d.1561991348.git.gitgitgadget@gmail.com/ ||
	https://public-inbox.org/git/72f652b89c71526cc423e7812de66f41a079f181.1563818059.git.gitgitgadget@gmail.com/
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/3] 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/3] 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


applying [3/3] https://public-inbox.org/git/d080065a9208852a7e551cc8bef7d326576c076d.1561991348.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
index b752dfe8b4..1151c2193a 100644

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

skipping https://public-inbox.org/git/72f652b89c71526cc423e7812de66f41a079f181.1563818059.git.gitgitgadget@gmail.com/ for 1151c2193a
index at:
100644 1151c2193a5e0b0f14560c8f4acd3467ea18f3ba	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).