Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maint
[gitweb.git]
/
bulk-checkin.c
diff --git
a/bulk-checkin.c
b/bulk-checkin.c
index 0c4b8a7cad085fa1c7760e6290f21213830eda3d..8d157eba455f15a00cc7bf9b970f1862167ee1bb 100644
(file)
--- a/
bulk-checkin.c
+++ b/
bulk-checkin.c
@@
-105,7
+105,6
@@
static int stream_to_pack(struct bulk_checkin_state *state,
int write_object = (flags & HASH_WRITE_OBJECT);
off_t offset = 0;
- memset(&s, 0, sizeof(s));
git_deflate_init(&s, pack_compression_level);
hdrlen = encode_in_pack_object_header(type, size, obuf);