Method: GitReviewNotes::GitLibExt#add_note
- Defined in:
- lib/git_review_notes/git_ext.rb
#add_note(commit, note) ⇒ Object
5 6 7 |
# File 'lib/git_review_notes/git_ext.rb', line 5 def add_note(commit, note) command('notes add -f', ["-m", note, commit.sha]) end |