diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:31 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-19 14:45:31 -0800 |
commit | 73e494f86239b7edcf44f4c185c997b05c0e763b (patch) | |
tree | 5960a85359c68a8978f3a5d1a7f636dceccb7be0 /Documentation/git-branch.txt | |
parent | Merge branch 'sb/unpack-trees-grammofix' (diff) | |
parent | tag, branch, for-each-ref: add --ignore-case for sorting and filtering (diff) | |
download | tgif-73e494f86239b7edcf44f4c185c997b05c0e763b.tar.xz |
Merge branch 'nd/for-each-ref-ignore-case'
"git branch --list" and friends learned "--ignore-case" option to
optionally sort branches and tags case insensitively.
* nd/for-each-ref-ignore-case:
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r-- | Documentation/git-branch.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 1fe73448f3..5516a47b54 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -118,6 +118,10 @@ OPTIONS default to color output. Same as `--color=never`. +-i:: +--ignore-case:: + Sorting and filtering branches are case insensitive. + --column[=<options>]:: --no-column:: Display branch listing in columns. See configuration variable |