]> git.ipfire.org Git - thirdparty/git.git/blobdiff - tree.h
Merge branch 'jk/mailmap-only-at-root'
[thirdparty/git.git] / tree.h
diff --git a/tree.h b/tree.h
index 93837450739c23e69f3040b8747a54ede26df646..3eb0484cbf2a7523d15c2102d138f1622aaecd1a 100644 (file)
--- a/tree.h
+++ b/tree.h
@@ -28,6 +28,8 @@ void free_tree_buffer(struct tree *tree);
 /* Parses and returns the tree in the given ent, chasing tags and commits. */
 struct tree *parse_tree_indirect(const struct object_id *oid);
 
+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 *);