Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-24 23:20:48 +0400
committerJunio C Hamano <junkio@cox.net>2006-05-24 23:20:48 +0400
commita861b58bbf4bced62a0b8faa8deba107edb0bffd (patch)
treeef9542c764bc228de2f963bbfce3a8b1566ae61f /cache.h
parent73f0a1577b92f9ce932b34a6b8657dcb377dc311 (diff)
parentcfba045930423551ec9936fa15cbea7c04a841cf (diff)
Merge branch 'be/tag'
* 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 f625c8ef17..3a46fb97bc 100644
--- a/cache.h
+++ b/cache.h
@@ -155,6 +155,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);