Welcome to mirror list, hosted at ThFree Co, Russian Federation.

match-trees.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3877acd5838b970bf9206306aa36821d39acddf (plain)
1
2
3
4
5
6
7
8
9
10
#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 */