Method: Git::Base#describe
- Defined in:
- lib/git/base.rb
permalink #describe(committish = nil, opts = {})
returns the most recent tag that is reachable from a commit
options: :all :tags :contains :debug :exact_match :dirty :abbrev :candidates :long :always :match
390 391 392 |
# File 'lib/git/base.rb', line 390 def describe(committish=nil, opts={}) self.lib.describe(committish, opts) end |