We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d22acac + e6aaa39 commit d31f3adCopy full SHA for d31f3ad
Documentation/git-rev-parse.txt
@@ -102,7 +102,7 @@ eval "set -- $(git rev-parse --sq --prefix "$prefix" "$@")"
102
+
103
If you want to make sure that the output actually names an object in
104
your object database and/or can be used as a specific type of object
105
-you require, you can add "^{type}" peeling operator to the parameter.
+you require, you can add "\^{type}" peeling operator to the parameter.
106
For example, `git rev-parse "$VAR^{commit}"` will make sure `$VAR`
107
names an existing object that is a commit-ish (i.e. a commit, or an
108
annotated tag that points at a commit). To make sure that `$VAR`
0 commit comments