git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob ea7d27138fbf4a692abb107a8a4a8612e5724a53 333 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
16
17
 
#ifndef REPO_SETTINGS_H
#define REPO_SETTINGS_H

struct repo_settings {
	char core_commit_graph;
	char gc_write_commit_graph;
	char pack_use_sparse;
	char status_ahead_behind;
	char fetch_show_forced_updates;
	int index_version;
};

struct repository;

void prepare_repo_settings(struct repository *r);

#endif /* REPO_SETTINGS_H */

debug log:

solving ea7d27138f ...
found ea7d27138f in https://public-inbox.org/git/d4ff987ad950325ccae7b32571c4a66d5eecc851.1559593097.git.gitgitgadget@gmail.com/
found cc358a083a in https://public-inbox.org/git/936fae31b712f5cce52258619b07d35356903bc6.1559593097.git.gitgitgadget@gmail.com/
found b50228f992 in https://public-inbox.org/git/f3ea4e3f270939b9fca69aa4fd4da8fc8559057c.1559593097.git.gitgitgadget@gmail.com/ ||
	https://public-inbox.org/git/5bba9062f417e71d5dbb4192421b61cdde311c81.1560957119.git.gitgitgadget@gmail.com/
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/5] 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/5] 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

applying [3/5] https://public-inbox.org/git/f3ea4e3f270939b9fca69aa4fd4da8fc8559057c.1559593097.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
index 9b8104042e..b50228f992 100644

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

skipping https://public-inbox.org/git/5bba9062f417e71d5dbb4192421b61cdde311c81.1560957119.git.gitgitgadget@gmail.com/ for b50228f992
index at:
100644 b50228f992475b143735bccca3e0108e820fccbe	repo-settings.h

applying [4/5] https://public-inbox.org/git/936fae31b712f5cce52258619b07d35356903bc6.1559593097.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
index b50228f992..cc358a083a 100644


applying [5/5] https://public-inbox.org/git/d4ff987ad950325ccae7b32571c4a66d5eecc851.1559593097.git.gitgitgadget@gmail.com/
diff --git a/repo-settings.h b/repo-settings.h
index cc358a083a..ea7d27138f 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 ea7d27138fbf4a692abb107a8a4a8612e5724a53	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).