From: Sergei Organov <osv@javad.com>
To: git@vger.kernel.org
Subject: Minor inconsistency: "git tag" requires space after -m.
Date: Sat, 27 Oct 2007 15:55:01 +0400 [thread overview]
Message-ID: <ffv8ul$5a2$1@ger.gmane.org> (raw)
Hello,
It seems options parsing is somewhat broken in git-tag:
$ git tag -a -m"Annotated tag" annotated-tag
usage: git-tag [-n [<num>]] -l [<pattern>] | [-a | -s | -u <key-id>] [-f | -d | -v] [-m <msg> | -F <file>] <tagname> [<head>]
$ git tag -a -m "Annotated tag" annotated-tag
$ git --version
git version 1.5.3.4
This is inconsistent with, say, "git commit", that groks -m"Message"
(without space after -m) just fine.
--
Sergei.
next reply other threads:[~2007-10-27 12:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-27 11:55 Sergei Organov [this message]
2007-10-27 12:48 ` Minor inconsistency: "git tag" requires space after -m Johannes Schindelin
2007-10-27 13:14 ` Sergei Organov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ffv8ul$5a2$1@ger.gmane.org' \
--to=osv@javad.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.