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:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-06 02:44:09 +0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-06 02:44:09 +0400
commit41cb7488b9e5998ce1d665bbe10beca0a0f69c1c (patch)
tree5003dbc48bb4250e3984666787fc0bec0eb9b3af /cache.h
parent4f7770c87ce3c302e1639a7737a6d2531fe4b160 (diff)
Move "get_ack()" to common git_connect functions
git-clone-pack will want it too. Soon.
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 c84e797fdb..cc7b6db4b3 100644
--- a/cache.h
+++ b/cache.h
@@ -263,6 +263,7 @@ struct pack_entry {
extern int git_connect(int fd[2], char *url, const char *prog);
extern int finish_connect(pid_t pid);
extern int path_match(const char *path, int nr, char **match);
+extern int get_ack(int fd, unsigned char *result_sha1);
extern void prepare_packed_git(void);
extern int use_packed_git(struct packed_git *);