]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache-tree.h
Merge branch 'ab/pager-exit-log'
[thirdparty/git.git] / cache-tree.h
index 639bfa5340e783d60575a102b7da51e9184f372a..8efeccebfc9f0bf8c9cfda1aa4ac531108b52650 100644 (file)
@@ -27,6 +27,8 @@ void cache_tree_free(struct cache_tree **);
 void cache_tree_invalidate_path(struct index_state *, const char *);
 struct cache_tree_sub *cache_tree_sub(struct cache_tree *, const char *);
 
+int cache_tree_subtree_pos(struct cache_tree *it, const char *path, int pathlen);
+
 void cache_tree_write(struct strbuf *, struct cache_tree *root);
 struct cache_tree *cache_tree_read(const char *buffer, unsigned long size);