summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-23 14:53:17 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-23 14:53:17 -0700
commitae51cb04bc29109ae1c1dcfa10d6cef311d48a3c (patch)
tree1bf8d1fb1597458774e30c1591add8ba3eed6584 /cache.h
parentMerge branch 'jc/builtin-n-tar-tree' into next (diff)
parentadd more informative error messages to git-mktag (diff)
downloadtgif-ae51cb04bc29109ae1c1dcfa10d6cef311d48a3c.tar.xz
Merge branch 'be/tag' into next
* be/tag: add more informative error messages to git-mktag remove the artificial restriction tagsize < 8kb
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 31755c85a0..f11d5e7dcf 100644
--- a/cache.h
+++ b/cache.h
@@ -156,6 +156,7 @@ extern int ce_match_stat(struct cache_entry *ce, struct stat *st, int);
extern int ce_modified(struct cache_entry *ce, struct stat *st, int);
extern int ce_path_match(const struct cache_entry *ce, const char **pathspec);
extern int index_fd(unsigned char *sha1, int fd, struct stat *st, int write_object, const char *type);
+extern int read_pipe(int fd, char** return_buf, unsigned long* return_size);
extern int index_pipe(unsigned char *sha1, int fd, const char *type, int write_object);
extern int index_path(unsigned char *sha1, const char *path, struct stat *st, int write_object);
extern void fill_stat_cache_info(struct cache_entry *ce, struct stat *st);