While looking at our use of short options, I noticed that several identical options are described differently in --help-all output of different commands. This mini series fixes this up. I also smuggled in a patch to git-tag.txt, whose description section is worded as if "create" was the only mode (and thus makes incorrect statements about options). Michael J Gruber (7): commit,tag: use same wording for -F push: describe --porcelain just like commit and status clone,init: describe --template using the same wording merge,tag: describe -m just like commit add: describe --patch like checkout, reset commit,status: describe -u likewise git-tag.txt: list all modes in the description Documentation/git-tag.txt | 8 +++++++- builtin/add.c | 2 +- builtin/clone.c | 4 ++-- builtin/commit.c | 4 ++-- builtin/init-db.c | 2 +- builtin/merge.c | 4 ++-- builtin/push.c | 2 +- builtin/tag.c | 6 +++--- 8 files changed, 19 insertions(+), 13 deletions(-) -- 1.7.4.1.74.gf39475 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html