Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
receive-pack: allow using --strict mode for unpacking objects
[gitweb.git]
/
upload-pack.c
diff --git
a/upload-pack.c
b/upload-pack.c
index b26d05331d7eeab4efea01594ecf196bc5fb50ed..e5421db9c52c267eb9908f8a94d28c0c601d5128 100644
(file)
--- a/
upload-pack.c
+++ b/
upload-pack.c
@@
-393,7
+393,6
@@
static int get_common_commits(void)
char hex[41], last_hex[41];
int len;
- track_object_refs = 0;
save_commit_buffer = 0;
for(;;) {