Merge branch 'maint-1.8.5' into maint-1.9
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 17:16:50 +0000 (10:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 17:16:50 +0000 (10:16 -0700)
* maint-1.8.5:
Documentation: fix missing text for rev-parse --verify

Documentation/git-rev-parse.txt
index 0d2cdcde556662d9d858dc282a9fced469814337..55ea1a037db76d03a3ad9c3a352d9a9e94d84bc9 100644 (file)
@@ -102,7 +102,7 @@ eval "set -- $(git rev-parse --sq --prefix "$prefix" "$@")"
 +
 If you want to make sure that the output actually names an object in
 your object database and/or can be used as a specific type of object
-you require, you can add "^{type}" peeling operator to the parameter.
+you require, you can add "\^{type}" peeling operator to the parameter.
 For example, `git rev-parse "$VAR^{commit}"` will make sure `$VAR`
 names an existing object that is a commit-ish (i.e. a commit, or an
 annotated tag that points at a commit).  To make sure that `$VAR`