]> git.ipfire.org Git - thirdparty/git.git/blame - match-trees.h
documentation: fix whitespace issues
[thirdparty/git.git] / match-trees.h
CommitLineData
d4ff2072
EN
1#ifndef MATCH_TREES_H
2#define MATCH_TREES_H
3
4struct object_id;
5struct repository;
6
7void shift_tree(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, int);
8void shift_tree_by(struct repository *, const struct object_id *, const struct object_id *, struct object_id *, const char *);
9
10#endif /* MATCH_TREES_H */