summaryrefslogtreecommitdiffstats
path: root/git-reflog.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-19 19:15:52 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-19 19:15:52 +0000
commite52cf78cdb9991ea34bfa1f65f3b10fea6a8db3b (patch)
treecb2e728863a5513fea356bb544ed9fb8373c44e9 /git-reflog.txt
parent1b11dcb15bd661fbf335792c7be9ea8f7aca5026 (diff)
downloadgit-htmldocs-e52cf78cdb9991ea34bfa1f65f3b10fea6a8db3b.tar.gz
Autogenerated HTML docs for v1.5.3-rc5-40-g2f82
Diffstat (limited to 'git-reflog.txt')
-rw-r--r--git-reflog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-reflog.txt b/git-reflog.txt
index 89bc9c51e..29b7d9f5f 100644
--- a/git-reflog.txt
+++ b/git-reflog.txt
@@ -32,7 +32,8 @@ directly by the end users -- instead, see gitlink:git-gc[1].
The subcommand "show" (which is also the default, in the absense of any
subcommands) will take all the normal log options, and show the log of
-the current branch. It is basically an alias for 'git log -g --abbrev-commit
+`HEAD`, which will cover all recent actions, including branch switches.
+It is basically an alias for 'git log -g --abbrev-commit
--pretty=oneline', see gitlink:git-log[1].