Browse Source

Documentation/git-reflog: Fix formatting of command lists

A misplaced list continuation mark appears literally in the
rendered doc. Fix this by removing it.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael J Gruber 15 years ago committed by Junio C Hamano
parent
commit
b6c7c41b17
  1. 2
      Documentation/git-reflog.txt

2
Documentation/git-reflog.txt

@ -18,9 +18,7 @@ depending on the subcommand:
[verse] [verse]
'git reflog expire' [--dry-run] [--stale-fix] [--verbose] 'git reflog expire' [--dry-run] [--stale-fix] [--verbose]
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>... [--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...
+
'git reflog delete' ref@\{specifier\}... 'git reflog delete' ref@\{specifier\}...
+
'git reflog' ['show'] [log-options] [<ref>] 'git reflog' ['show'] [log-options] [<ref>]


Reflog is a mechanism to record when the tip of branches are Reflog is a mechanism to record when the tip of branches are

Loading…
Cancel
Save