I'm using stepup to manage git notes that are used to automate version numbering and release notes.
The notes in one of our repos seem to be messed up:
$ git log HEAD
commit 04c85f5ad7e5d60de8c9f0b8e08681e833751909
Author: Daniel Serodio <dserodio@i.dont.like.spam>
Date: Wed Oct 29 15:47:55 2014 -0200
non-deps removed
Notes (added):
splittest beta
However:
$ git notes show HEAD
error: No note found for object 04c85f5ad7e5d60de8c9f0b8e08681e833751909.
Does anyone have a clue about the cause and/or the fix for this?