Is there any way to annotate a branch? It would be nice to be able to do something like:
$ git notes add branch-name -m \'This branch is for whatever\'
No. Notes are attached to specific commit IDs.