Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add "git repack" command that does an incremental pack
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 1c0345b5d909807e0c81791283bd39a97c96aefd..bf589a804597322a884ea66a4f10b37b579ab9de 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-176,6
+176,7
@@
extern int read_tree(void *buffer, unsigned long size, int stage);
extern int write_sha1_from_fd(const unsigned char *sha1, int fd);
+extern int has_sha1_pack(const unsigned char *sha1);
extern int has_sha1_file(const unsigned char *sha1);
/* Convert to/from hex/sha1 representation */