Skip to content

Commit 9373bdc

Browse files
Cliff Freygitster
authored andcommitted
documentation: git-config minor cleanups
Change push.default's description to add hyphens between values and descriptions to make the manpage easier to read. The html version is readable either way. Change status.showUntrackedFiles to make item descriptions be sentences and to use the same asciidoc format as push.default. The only visual change is the additions of "." Signed-off-by: Cliff Frey <[email protected]> Acked-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 27eea66 commit 9373bdc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/config.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,12 +1550,12 @@ push.default::
15501550
no refspec is implied by any of the options given on the command
15511551
line. Possible values are:
15521552
+
1553-
* `nothing` do not push anything.
1554-
* `matching` push all matching branches.
1553+
* `nothing` - do not push anything.
1554+
* `matching` - push all matching branches.
15551555
All branches having the same name in both ends are considered to be
15561556
matching. This is the default.
1557-
* `tracking` push the current branch to its upstream branch.
1558-
* `current` push the current branch to a branch of the same name.
1557+
* `tracking` - push the current branch to its upstream branch.
1558+
* `current` - push the current branch to a branch of the same name.
15591559

15601560
rebase.stat::
15611561
Whether to show a diffstat of what changed upstream since the last
@@ -1755,9 +1755,9 @@ status.showUntrackedFiles::
17551755
the untracked files. Possible values are:
17561756
+
17571757
--
1758-
- 'no' - Show no untracked files
1759-
- 'normal' - Shows untracked files and directories
1760-
- 'all' - Shows also individual files in untracked directories.
1758+
* `no` - Show no untracked files.
1759+
* `normal` - Show untracked files and directories.
1760+
* `all` - Show also individual files in untracked directories.
17611761
--
17621762
+
17631763
If this variable is not specified, it defaults to 'normal'.

0 commit comments

Comments
 (0)