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
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-08-11 00:58:45 +0400
committerJunio C Hamano <gitster@pobox.com>2007-08-11 00:58:45 +0400
commit79f5e0645ac7239bb0b019f2595bca18d469a280 (patch)
treebf18ff6012b4903dd4f3810d2af334acd7b7830f /unpack-trees.h
parent22631473e0b7a33356587ba3e38a9b4cc4dba2f1 (diff)
parent933bf40a5c6328b6c022b636f45a6f2c48c3838e (diff)
Merge branch 'lt/readtree'
* lt/readtree: Start moving unpack-trees to "struct tree_desc"
Diffstat (limited to 'unpack-trees.h')
-rw-r--r--unpack-trees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.h b/unpack-trees.h
index fee7da4382..9cd39a28a9 100644
--- a/unpack-trees.h
+++ b/unpack-trees.h
@@ -26,7 +26,7 @@ struct unpack_trees_options {
struct cache_entry *df_conflict_entry;
};
-extern int unpack_trees(struct object_list *trees,
+extern int unpack_trees(unsigned n, struct tree_desc *t,
struct unpack_trees_options *options);
int threeway_merge(struct cache_entry **stages, struct unpack_trees_options *o);