maxmelbin
maxmelbin

Reputation: 2095

how to add and edit notes in egit

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

Answers (1)

VonC
VonC

Reputation: 1326746

Not yet, it seems.

The jgit.api.AddNoteCommand API present in JGit isn't used anywhere in Egit.

Upvotes: 1

Related Questions