Skip to content

Commit e9e9219

Browse files
jhelwiggitster
authored andcommitted
Documentation: Fix indentation problem in git-commit(1)
Ever since the "See linkgit:git-config[1]..." paragraph was added to the description for --untracked-files (d6293d1), the paragraphs for the following options were indented at the same level as the "See linkgit:git-config[1]" paragraph. This problem showed up in the manpages, but not in the HTML documentation. While this does fix the alignment of the options following --untracked-files in the manpage, the "See linkgit..." portion of the description does not retain its previous indentation level in the manpages, or HTML documentation. Signed-off-by: Jacob Helwig <[email protected]> Acked-by: Thomas Rast <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7c0be4d commit e9e9219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-commit.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ FROM UPSTREAM REBASE" section in linkgit:git-rebase[1].)
197197
Show untracked files (Default: 'all').
198198
+
199199
The mode parameter is optional, and is used to specify
200-
the handling of untracked files. The possible options are:
200+
the handling of untracked files.
201+
+
202+
The possible options are:
201203
+
202-
--
203204
- 'no' - Show no untracked files
204205
- 'normal' - Shows untracked files and directories
205206
- 'all' - Also shows individual files in untracked directories.
206-
--
207207
+
208208
See linkgit:git-config[1] for configuration variable
209209
used to change the default for when the option is not

0 commit comments

Comments
 (0)