Method: Git.commit

Defined in:
lib/git-flattr.rb

.commit(sha) ⇒ Object



41
42
43
44
# File 'lib/git-flattr.rb', line 41

def commit sha
  #git log -1 --format=%H 53bebbe
  command("log", ["-1", "--format=%H", sha])
end