diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-07 16:17:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-07 16:17:43 -0700 |
commit | b0121fb3f279a9cf13aff9da060e742aef3a83fa (patch) | |
tree | 26d975a964cbd7fcbc99e5fc4b1428e7b1d953e6 /cache-tree.h | |
parent | 7f498065e9bf85f6f3e954ec57dedf56fec29e01 (diff) | |
parent | 6bd20358a9b831b3b545284188871bc844245c25 (diff) | |
download | git-b0121fb3f279a9cf13aff9da060e742aef3a83fa.tar.gz git-b0121fb3f279a9cf13aff9da060e742aef3a83fa.tar.xz |
Merge branch 'jc/gitlink' into next
* jc/gitlink:
write-tree: --prefix=<path>
read-tree: --prefix=<path>/ option.
Diffstat (limited to 'cache-tree.h')
-rw-r--r-- | cache-tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cache-tree.h b/cache-tree.h index 72c64801f..119407e3a 100644 --- a/cache-tree.h +++ b/cache-tree.h @@ -28,4 +28,6 @@ struct cache_tree *cache_tree_read(const char *buffer, unsigned long size); int cache_tree_fully_valid(struct cache_tree *); int cache_tree_update(struct cache_tree *, struct cache_entry **, int, int, int); +struct cache_tree *cache_tree_find(struct cache_tree *, const char *); + #endif |