diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-21 17:00:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-21 17:00:22 -0700 |
commit | d16a5dafdcec037631a5453ca7923992ce27a151 (patch) | |
tree | cabe932e26fd9551bc294348c4773a16997fb0f9 /Documentation/git-reflog.txt | |
parent | 11f54989da573df35999222b9e504c12697b9392 (diff) | |
parent | 476386858c70c1457bf32ff6d93b2100f03513fc (diff) | |
download | git-d16a5dafdcec037631a5453ca7923992ce27a151.tar.gz |
Merge branch 'maint-1.6.6' into maint
* maint-1.6.6:
Documentation/git-clone: Transform description list into item list
Documentation/urls: Remove spurious example markers
Documentation/gitdiffcore: Remove misleading date in heading
Documentation/git-reflog: Fix formatting of command lists
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 802bd5791c..4eaa62b691 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 |