Skip to content

Commit 1b5b8cf

Browse files
committed
Documentation: typofix --column description
f4ed0af (Merge branch 'nd/columns', 2012-05-03) brought in three cut-and-pasted copies of malformatted descriptions. Let's fix them all the same way by marking the configuration variable names up as monospace just like the command line option `--column` is typeset. While we are at it, correct a missing space after the full stop that ends the sentence. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 59ec224 commit 1b5b8cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/git-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ OPTIONS
153153
--column[=<options>]::
154154
--no-column::
155155
Display branch listing in columns. See configuration variable
156-
column.branch for option syntax.`--column` and `--no-column`
156+
`column.branch` for option syntax. `--column` and `--no-column`
157157
without options are equivalent to 'always' and 'never' respectively.
158158
+
159159
This option is only applicable in non-verbose mode.

Documentation/git-status.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ignored, then the directory is not shown, but all contents are shown.
130130
--column[=<options>]::
131131
--no-column::
132132
Display untracked files in columns. See configuration variable
133-
column.status for option syntax.`--column` and `--no-column`
133+
`column.status` for option syntax. `--column` and `--no-column`
134134
without options are equivalent to 'always' and 'never'
135135
respectively.
136136

Documentation/git-tag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ options for details.
134134
--column[=<options>]::
135135
--no-column::
136136
Display tag listing in columns. See configuration variable
137-
column.tag for option syntax.`--column` and `--no-column`
137+
`column.tag` for option syntax. `--column` and `--no-column`
138138
without options are equivalent to 'always' and 'never' respectively.
139139
+
140140
This option is only applicable when listing tags without annotation lines.

0 commit comments

Comments
 (0)