Method: Git::Base#rev_parse
- Defined in:
- lib/git/base.rb
permalink #rev_parse(objectish) Also known as: revparse
runs git rev-parse to convert the objectish to a full sha
668 669 670 |
# File 'lib/git/base.rb', line 668 def rev_parse(objectish) self.lib.rev_parse(objectish) end |