]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/maint-column-doc-typofix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:30 +0000 (16:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:30 +0000 (16:43 -0800)
Doc update.

* jc/maint-column-doc-typofix:
  Documentation: typofix --column description

Documentation/git-branch.txt
Documentation/git-status.txt
Documentation/git-tag.txt

index eb815c22484ef6b67b09c787d9b0caabb0098028..94dc9a54f2d7269bb9b8a4de718b8da54c62c02e 100644 (file)
@@ -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.
index c0764e850a44adde9499c6e601dace9320116f38..83f38e31981420e3fbbb52ab00407cca6c7fceab 100644 (file)
@@ -130,7 +130,7 @@ ignored, then the directory is not shown, but all contents are shown.
 --column[=<options>]::
 --no-column::
        Display untracked files in columns. See configuration variable
-       column.status for option syntax.`--column` and `--no-column`
+       `column.status` for option syntax. `--column` and `--no-column`
        without options are equivalent to 'always' and 'never'
        respectively.
 
index 56656d1be60331cf9896b02e0ccf553c83d88b01..31a97a1b6c5b22ab5c8b959a8a550126f26146d2 100644 (file)
@@ -134,7 +134,7 @@ options for details.
 --column[=<options>]::
 --no-column::
        Display tag listing in columns. See configuration variable
-       column.tag for option syntax.`--column` and `--no-column`
+       `column.tag` for option syntax. `--column` and `--no-column`
        without options are equivalent to 'always' and 'never' respectively.
 +
 This option is only applicable when listing tags without annotation lines.