Class: Changelog::Helpers::Git

Inherits:
Object
  • Object
show all
Defined in:
lib/changelog/helpers/git.rb

Class Method Summary collapse

Class Method Details

.comment(sha) ⇒ Object



4
5
6
# File 'lib/changelog/helpers/git.rb', line 4

def self.comment(sha)
  `git show #{sha} -s --format=%B`.strip
end