Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parse-opts: prepare for OPT_FILENAME
[gitweb.git]
/
builtin-tag.c
diff --git
a/builtin-tag.c
b/builtin-tag.c
index e54443009420d98dc281285e997b32f2a263b996..6e8b464109af51718eb3b83718af3d6ffaab137b 100644
(file)
--- a/
builtin-tag.c
+++ b/
builtin-tag.c
@@
-405,7
+405,7
@@
int cmd_tag(int argc, const char **argv, const char *prefix)
git_config(git_tag_config, NULL);
- argc = parse_options(argc, argv, options, git_tag_usage, 0);
+ argc = parse_options(argc, argv,
prefix,
options, git_tag_usage, 0);
msgfile = parse_options_fix_filename(prefix, msgfile);
if (keyid) {