diff options
author | Jeff King <peff@peff.net> | 2015-03-12 14:15:09 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-12 11:54:55 -0700 |
commit | dd059c6c07ede0486da5f9d02619687ae3108773 (patch) | |
tree | 7432ab301d8893871387178285bf1d7a59fbd7a8 /help.h | |
parent | b150794dafb0a7a1c5caba6fdf7d517a1a15cb59 (diff) | |
download | git-dd059c6c07ede0486da5f9d02619687ae3108773.tar.gz |
tag: fix some mis-organized options in "-h" listingjk/tag-h-column-is-a-listing-option
Running "git tag -h" currently prints:
[...]
Tag creation options
[...]
--column[=<style>] show tag list in columns
--sort <type> sort tags
Tag listing options
--contains <commit> print only tags that contain the commit
--points-at <object> print only tags of the object
The "--column" and "--sort" options should go under the "Tag listing" group.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'help.h')
0 files changed, 0 insertions, 0 deletions