gitbitbucket-servergit-notes

Is there an Atlassian stash plugin to handle git notes?


Atlassian stash doesn't support git notes natively but notes are so useful for things like bug tracking, logging build results and so on that it boggles my mind there's no official support for it.

Has anyone written a plugin to provide at least rudimentary support for notes in Stash? Ideally I'd like to be able to view notes attached to a commit and search for commits based on notes contents.


Solution

  • Not that I know of.

    Support for git notes is recorded in STASH-2759 since October 2012.

    It would be useful if the commit screen showed any notes associated with a commit. It would be even better if one could configure (either at the system administration level or the user profile level) which notes namespaces are shown.
    Another approach would be to show the default namespace notes by default and have a "show all notes" button to show everything else (equivalent to a --show-notes=*).