Reputation: 2095
Is there a way where we can add "Notes" to commits via Egit?
I don't seem to see a way to do that from EGit. The commit viewer shows the Notes if the commit has Notes on it, but not way to edit, append or add/remove.
Upvotes: 4
Views: 168
Reputation: 1326746
Not yet, it seems.
The jgit.api.AddNoteCommand
API present in JGit isn't used anywhere in Egit.
Upvotes: 1