Fix breakage in git-rev-list.txt
[gitweb.git] / Documentation / git-reflog.txt
index 89bc9c51ea13630f6556b12637ce8b1cc483d2fd..29b7d9f5f82106467fd0f542349f555956917b8b 100644 (file)
@@ -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].