Merge branch 'tl/zh_CN_2.41.0_rnd1' of github.com:dyrone/git
[git/debian.git] / match-trees.h
blobe3877acd5838b970bf9206306aa36821d39acddf
1 #ifndef MATCH_TREES_H
2 #define MATCH_TREES_H
4 struct object_id;
5 struct repository;
7 void shift_tree(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, int);
8 void shift_tree_by(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, const char *);
10 #endif /* MATCH_TREES_H */