Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Draft release notes to 1.6.5 before -rc0
[gitweb.git]
/
archive.c
diff --git
a/archive.c
b/archive.c
index b2b90d31700d3aa50a3ac0626c1a8561c37c49b7..0bca9ca4038ace99c32eff2e042290b03b2324b7 100644
(file)
--- a/
archive.c
+++ b/
archive.c
@@
-309,7
+309,7
@@
static int parse_archive_args(int argc, const char **argv,
OPT_END()
};
- argc = parse_options(argc, argv, opts, archive_usage, 0);
+ argc = parse_options(argc, argv,
NULL,
opts, archive_usage, 0);
if (remote)
die("Unexpected option --remote");