Method: Git::Object::Commit#committer
- Defined in:
- lib/git/object.rb
#committer ⇒ Object
git author
205 206 207 208 |
# File 'lib/git/object.rb', line 205 def committer check_commit @committer end |
git author
205 206 207 208 |
# File 'lib/git/object.rb', line 205 def committer check_commit @committer end |