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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'tree.h')
-rw-r--r--tree.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tree.h b/tree.h
index 6b0b1dc211..123fc41efe 100644
--- a/tree.h
+++ b/tree.h
@@ -33,6 +33,12 @@ int cmp_cache_name_compare(const void *a_, const void *b_);
#define READ_TREE_RECURSIVE 1
typedef int (*read_tree_fn_t)(const struct object_id *, struct strbuf *, const char *, unsigned int, int, void *);
+int read_tree_at(struct repository *r,
+ struct tree *tree, struct strbuf *base,
+ int stage,
+ const struct pathspec *pathspec,
+ read_tree_fn_t fn, void *context);
+
int read_tree_recursive(struct repository *r,
struct tree *tree,
const char *base, int baselen,