Skip to content

Commit

Permalink
Merge branch 'maint-1.8.5' into maint-1.9
Browse files Browse the repository at this point in the history
* maint-1.8.5:
  Documentation: fix missing text for rev-parse --verify
  • Loading branch information
gitster committed Jul 22, 2014
2 parents d22acac + e6aaa39 commit d31f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-rev-parse.txt
Expand Up @@ -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`
Expand Down

0 comments on commit d31f3ad

Please sign in to comment.