summaryrefslogtreecommitdiffstats
path: root/git-reflog.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-25 03:54:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-25 03:54:27 +0000
commita63874253759767733cadcdda3933ad2475e905a (patch)
treef680bb640b9310d878ae526f732026fb906ba43c /git-reflog.txt
parent377018d6a9542bbf1ff146837845b14e3b2c5259 (diff)
downloadgit-htmldocs-a63874253759767733cadcdda3933ad2475e905a.tar.gz
Autogenerated HTML docs for v1.5.3-rc6-23-g0058
Diffstat (limited to 'git-reflog.txt')
-rw-r--r--git-reflog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-reflog.txt b/git-reflog.txt
index 29b7d9f5f..5180f6810 100644
--- a/git-reflog.txt
+++ b/git-reflog.txt
@@ -30,7 +30,7 @@ Entries older than `expire` time, or entries older than
tip, are removed from the reflog. This is typically not used
directly by the end users -- instead, see gitlink:git-gc[1].
-The subcommand "show" (which is also the default, in the absense of any
+The subcommand "show" (which is also the default, in the absence of any
subcommands) will take all the normal log options, and show the log of
`HEAD`, which will cover all recent actions, including branch switches.
It is basically an alias for 'git log -g --abbrev-commit