On 06 Feb 2017, at 20:10, Junio C Hamano [off-list ref] wrote:
Johannes Schindelin [off-list ref] writes:
quoted
So I thought maybe the From: line (from the body, if available, otherwise
from the header) in conjunction with the "Date:" header would work.
FYI, I use a post-applypatch hook to populate refs/notes/amlog notes
tree when I queue a new patch; I am not sure how well the notes in
it are preserved across rebases, but it could be a good starting
point. The notes tree is mirrored at git://github.com/git/gitster
repository.
E.g.
$ git show --notes=amlog --stat
That's super useful! Thanks for the pointer!
Wouldn't it make sense to push these notes to github.com/git/git ?
- Lars