aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:15 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:32 -0700
commitd4ff2072abed071bc9fd291d179162da46d1427f (patch)
treeb2baa025a1bd1b8bf65346695fc422f27367bbb9 /cache.h
parentpkt-line.h: move declarations for pkt-line.c functions from cache.h (diff)
downloadgit-d4ff2072abed071bc9fd291d179162da46d1427f.tar.gz
git-d4ff2072abed071bc9fd291d179162da46d1427f.zip
match-trees.h: move declarations for match-trees.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cache.h b/cache.h
index fde782a96f..0570f9ad07 100644
--- a/cache.h
+++ b/cache.h
@@ -603,10 +603,6 @@ int add_files_to_cache(const char *prefix, const struct pathspec *pathspec, int
/* diff.c */
extern int diff_auto_refresh_index;
-/* match-trees.c */
-void shift_tree(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, int);
-void shift_tree_by(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, const char *);
-
/*
* whitespace rules.
* used by both diff and apply