]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Avoid wasting memory while keeping track of what we have during fetch.
authorJunio C Hamano <junkio@cox.net>
Thu, 15 Sep 2005 22:06:39 +0000 (15:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 15 Sep 2005 22:06:39 +0000 (15:06 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch.c

diff --git a/fetch.c b/fetch.c
index 7db35f0dcc38276e32152a99b278429be955b992..71c4f41a66224046d2b377b0e828f837be9e850c 100644 (file)
--- a/fetch.c
+++ b/fetch.c
@@ -207,6 +207,7 @@ int pull(char *target)
        unsigned char sha1[20];
        int fd = -1;
 
+       save_commit_buffer = 0;
        if (write_ref && current_ref) {
                fd = lock_ref_sha1(write_ref, current_ref);
                if (fd < 0)