Skip to content

Commit 04c2407

Browse files
Jonathan Niedergitster
authored andcommitted
manpages: italicize command names in synopses
To tell command names from options in a glance. Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 877276d commit 04c2407

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Documentation/git-reflog.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The command takes various subcommands, and different options
1616
depending on the subcommand:
1717

1818
[verse]
19-
git reflog expire [--dry-run] [--stale-fix] [--verbose]
19+
'git reflog expire' [--dry-run] [--stale-fix] [--verbose]
2020
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...
21-
22-
git reflog delete ref@\{specifier\}...
23-
24-
git reflog [show] [log-options] [<ref>]
21+
+
22+
'git reflog delete' ref@\{specifier\}...
23+
+
24+
'git reflog' ['show'] [log-options] [<ref>]
2525

2626
Reflog is a mechanism to record when the tip of branches are
2727
updated. This command is to manage the information recorded in it.

Documentation/git-remote.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git remote' [-v | --verbose]
13-
'git remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
14-
'git remote' rm <name>
15-
'git remote' show [-n] <name>
16-
'git remote' prune [-n | --dry-run] <name>
17-
'git remote' update [group]
13+
'git remote add' [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
14+
'git remote rm' <name>
15+
'git remote show' [-n] <name>
16+
'git remote prune' [-n | --dry-run] <name>
17+
'git remote update' [group]
1818

1919
DESCRIPTION
2020
-----------

0 commit comments

Comments
 (0)