aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-25 16:43:30 -0800
committerJunio C Hamano <gitster@pobox.com>2021-02-25 16:43:30 -0800
commitdddb4205351a973438e50e751ec1d6d8cbcada4f (patch)
treed6615a1cdc0746e02bf8871b7b02a88bb79f39a3 /Documentation/git-branch.txt
parent2638e33c825eb56260ad53be6b45bf31c1897ce9 (diff)
parent1b5b8cf072491e0a43e668c685b782efce9a6f0f (diff)
downloadgit-dddb4205351a973438e50e751ec1d6d8cbcada4f.tar.gz
Merge branch 'jc/maint-column-doc-typofix'
Doc update. * jc/maint-column-doc-typofix: Documentation: typofix --column description
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index eb815c2248..94dc9a54f2 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -153,7 +153,7 @@ OPTIONS
--column[=<options>]::
--no-column::
Display branch listing in columns. See configuration variable
- column.branch for option syntax.`--column` and `--no-column`
+ `column.branch` for option syntax. `--column` and `--no-column`
without options are equivalent to 'always' and 'never' respectively.
+
This option is only applicable in non-verbose mode.