Method: Git::Base#describe
- Defined in:
- lib/git/base.rb
#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
439 440 441 |
# File 'lib/git/base.rb', line 439 def describe(committish = nil, opts = {}) lib.describe(committish, opts) end |