diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-03-21 18:30:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-21 14:40:02 -0700 |
commit | b6c7c41b17857138491f4fd3392644326cf4e64d (patch) | |
tree | 99f6cc3438438a1802352581d2b745c66f4eba34 /Documentation/git-reflog.txt | |
parent | Merge branch 'jc/maint-fix-test-perm' into maint-1.6.6 (diff) | |
download | tgif-b6c7c41b17857138491f4fd3392644326cf4e64d.tar.xz |
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>
Diffstat (limited to 'Documentation/git-reflog.txt')
-rw-r--r-- | Documentation/git-reflog.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/git-reflog.txt b/Documentation/git-reflog.txt index 7f7a5445c7..6b44ee19e9 100644 --- a/Documentation/git-reflog.txt +++ b/Documentation/git-reflog.txt @@ -18,9 +18,7 @@ depending on the subcommand: [verse] '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>] Reflog is a mechanism to record when the tip of branches are |