Skip to content

Commit

Permalink
manpages: italicize command names in synopses
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Jul 5, 2008
1 parent 877276d commit 04c2407
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Documentation/git-reflog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ The command takes various subcommands, and different options
depending on the subcommand:

[verse]
git reflog expire [--dry-run] [--stale-fix] [--verbose]
'git reflog expire' [--dry-run] [--stale-fix] [--verbose]
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...

git reflog delete ref@\{specifier\}...

git reflog [show] [log-options] [<ref>]
+
'git reflog delete' ref@\{specifier\}...
+
'git reflog' ['show'] [log-options] [<ref>]

Reflog is a mechanism to record when the tip of branches are
updated. This command is to manage the information recorded in it.
Expand Down
10 changes: 5 additions & 5 deletions Documentation/git-remote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ SYNOPSIS
--------
[verse]
'git remote' [-v | --verbose]
'git remote' add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
'git remote' rm <name>
'git remote' show [-n] <name>
'git remote' prune [-n | --dry-run] <name>
'git remote' update [group]
'git remote add' [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
'git remote rm' <name>
'git remote show' [-n] <name>
'git remote prune' [-n | --dry-run] <name>
'git remote update' [group]

DESCRIPTION
-----------
Expand Down

0 comments on commit 04c2407

Please sign in to comment.