Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-30 00:55:10 +0300
committerJunio C Hamano <gitster@pobox.com>2022-08-30 00:55:11 +0300
commitc068a3b8ee40d6e009da33d742d6a87dbaf7f1c6 (patch)
treedbf62e8f94ecb7bb194e596fee5d762816f9ba91 /cache.h
parent07ee72db0e97b5c233f8ada0abb412248c2f1c6f (diff)
parent992f25d713d8fe02966491bbe6f45fd18e3b8d02 (diff)
Merge branch 'ds/decorate-filter-tweak'
The namespaces used by "log --decorate" from "refs/" hierarchy by default has been tightened. * ds/decorate-filter-tweak: fetch: use ref_namespaces during prefetch maintenance: stop writing log.excludeDecoration log: create log.initialDecorationSet=all log: add --clear-decorations option log: add default decoration filter log-tree: use ref_namespaces instead of if/else-if refs: use ref_namespaces for replace refs base refs: add array of ref namespaces t4207: test coloring of grafted decorations t4207: modernize test refs: allow "HEAD" as decoration filter
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index b407051173..26ed03bd6d 100644
--- a/cache.h
+++ b/cache.h
@@ -1016,7 +1016,6 @@ void reset_shared_repository(void);
* commands that do not want replace references to be active.
*/
extern int read_replace_refs;
-extern char *git_replace_ref_base;
/*
* These values are used to help identify parts of a repository to fsync.