Method: Git::Object::Commit#committer
- Defined in:
- lib/git/object.rb
#committer ⇒ Object
git author
196 197 198 199 |
# File 'lib/git/object.rb', line 196 def committer check_commit @committer end |
git author
196 197 198 199 |
# File 'lib/git/object.rb', line 196 def committer check_commit @committer end |