Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fsck-cache: sort entries by inode number
[gitweb.git]
/
rpull.c
diff --git
a/rpull.c
b/rpull.c
index 6624440d5ad24854e1bd1a8dff628427581198e0..d4d4b9b9ae00c094f26d20ff68194780a8a16e24 100644
(file)
--- a/
rpull.c
+++ b/
rpull.c
@@
-14,8
+14,6
@@
static int fd_out;
int fetch(unsigned char *sha1)
{
- if (has_sha1_file(sha1))
- return 0;
write(fd_out, sha1, 20);
return write_sha1_from_fd(sha1, fd_in);
}