diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-22 20:17:15 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 12:47:32 -0700 |
| commit | d4ff2072abed071bc9fd291d179162da46d1427f (patch) | |
| tree | b2baa025a1bd1b8bf65346695fc422f27367bbb9 /cache.h | |
| parent | pkt-line.h: move declarations for pkt-line.c functions from cache.h (diff) | |
| download | git-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
