Hi Martin, On Sat, 19 Jan 2019 at 17:19, Martin Ågren <martin.agren@xxxxxxxxx> wrote: > > > Or, a bit simpler: > > > > > > oid=$(echo 10 | git commit-tree -S HEAD^{tree}) && > > > git tag tenth-signed "$oid" > > > > Just noticed your latest email. Do you prefer it this way? > > I think so, yeah. (But who knows what others might prefer? ;-) ) > I'm personally a fan of your initial patch, I found it to be quite elegant. I think I'll submit your first version, and if people prefer another way we will go in that direction. > I think the cleanest would be to submit a two-patch series, v4. For simplicity, I'll do that :-) Brandon