X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-reflog.txt;h=e50bd9b68d80e9be997de80252dec5afbb7452b4;hb=2cf08b6a0ab09f1b81b78a5686a632a2a602abf4;hp=5a0451aaf377d13590d6112a9ee8cf51e217a21d;hpb=24e7a5be373c95f977bab4f0f41f736bb1d25075;p=git.git diff --git a/Documentation/git-reflog.txt b/Documentation/git-reflog.txt index 5a0451aaf..e50bd9b68 100644 --- a/Documentation/git-reflog.txt +++ b/Documentation/git-reflog.txt @@ -40,7 +40,7 @@ see linkgit:git-log[1]. The reflog is useful in various git commands, to specify the old value of a reference. For example, `HEAD@\{2\}` means "where HEAD used to be two moves ago", `master@\{one.week.ago\}` means "where master used to -point to one week ago", and so on. See linkgit:gitrevisions[1] for +point to one week ago", and so on. See linkgit:gitrevisions[7] for more details. To delete single entries from the reflog, use the subcommand "delete"