1
0
Fork 0
git/match-trees.h
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

10 lines
353 B
C

#ifndef MATCH_TREES_H
#define MATCH_TREES_H
struct object_id;
struct repository;
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 *);
#endif /* MATCH_TREES_H */