summaryrefslogtreecommitdiffstats
path: root/git-revert.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-03 00:43:12 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-03 00:43:12 +0000
commitd3dc64968e5141a389eeb491876e2aab1da90c24 (patch)
treebf9373e786b6255352283a9b3aa6b52e0b210601 /git-revert.txt
parent60186647e0cc50c0b72940c1ebd20183402443d0 (diff)
downloadgit-htmldocs-d3dc64968e5141a389eeb491876e2aab1da90c24.tar.gz
Autogenerated HTML docs for v1.7.3.2-451-g1c2ab
Diffstat (limited to 'git-revert.txt')
-rw-r--r--git-revert.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-revert.txt b/git-revert.txt
index f40984d14..752fc88e7 100644
--- a/git-revert.txt
+++ b/git-revert.txt
@@ -87,7 +87,7 @@ git revert HEAD~3::
Revert the changes specified by the fourth last commit in HEAD
and create a new commit with the reverted changes.
-git revert -n master\~5..master~2::
+git revert -n master{tilde}5..master{tilde}2::
Revert the changes done by commits from the fifth last commit
in master (included) to the third last commit in master