Method: GGSM::Submodule#get_lastest_msg

Defined in:
lib/ggsm/util/submodule.rb

#get_lastest_msg(depth) ⇒ Object



155
156
157
158
# File 'lib/ggsm/util/submodule.rb', line 155

def get_lastest_msg(depth) 
  msg = `git log --format=%B -n #{depth}`.split(/\n\n/)
  msg[depth - 1].strip
end