diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-03 13:06:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-03 13:06:36 -0700 |
commit | dade09c2269ec2117df085e8a99efcabccf08c53 (patch) | |
tree | 19a955699fed7c7608bbe1c3176720655e9f9fd7 /cache.h | |
parent | c33303839c76c41c9f85e5bd3f7b04fab60c38ca (diff) | |
download | git-dade09c2269ec2117df085e8a99efcabccf08c53.tar.gz git-dade09c2269ec2117df085e8a99efcabccf08c53.tar.xz |
Add "has_sha1_pack()" function to query whether the object is available in a pack
We'll want this for incremental packing.
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |