1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-28 10:26:25 +02:00
git/match-trees.h

11 lines
353 B
C
Raw Normal View History

#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 */