Skip to content

Commit d31f3ad

Browse files
committed
Merge branch 'maint-1.8.5' into maint-1.9
* maint-1.8.5: Documentation: fix missing text for rev-parse --verify
2 parents d22acac + e6aaa39 commit d31f3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rev-parse.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ eval "set -- $(git rev-parse --sq --prefix "$prefix" "$@")"
102102
+
103103
If you want to make sure that the output actually names an object in
104104
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.
105+
you require, you can add "\^{type}" peeling operator to the parameter.
106106
For example, `git rev-parse "$VAR^{commit}"` will make sure `$VAR`
107107
names an existing object that is a commit-ish (i.e. a commit, or an
108108
annotated tag that points at a commit). To make sure that `$VAR`

0 commit comments

Comments
 (0)