Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add an option for using any HTTP authentication scheme, not only basic
[gitweb.git]
/
bundle.c
diff --git
a/bundle.c
b/bundle.c
index e04ab497111a15f96671d27e16fd901438d28e26..ff97adcb891caf98dcc655e71e29eaec5dae0135 100644
(file)
--- a/
bundle.c
+++ b/
bundle.c
@@
-343,7
+343,7
@@
int create_bundle(struct bundle_header *header, const char *path,
/* write pack */
argv_pack[0] = "pack-objects";
- argv_pack[1] = "--all-progress";
+ argv_pack[1] = "--all-progress
-implied
";
argv_pack[2] = "--stdout";
argv_pack[3] = "--thin";
argv_pack[4] = NULL;