Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] fetch.c: Remove call to parse_object() from process()
[gitweb.git]
/
fetch.c
diff --git
a/fetch.c
b/fetch.c
index b92ca8038ecec99e7ecaa0b1463cb0d1e8cb2796..e6fd624c12323386ac64dd11f388d6d049086e66 100644
(file)
--- a/
fetch.c
+++ b/
fetch.c
@@
-134,7
+134,6
@@
static int process(struct object *obj)
obj->flags |= SEEN;
if (has_sha1_file(obj->sha1)) {
- parse_object(obj->sha1);
/* We already have it, so we should scan it now. */
obj->flags |= TO_SCAN;
} else {