tag-and-sign: keep the signature commits separate The idea was that the signature commits were ugly and should be part of the tag commit. While this makes the history a little bit cleaner, it means that we're signing the commit before the tag instead of the tag itself. Not really a big deal, but it is different from what one would expect. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
1 files changed, 1 insertions(+), 2 deletions(-) M tag-and-sign.sh
M tag-and-sign.sh +1 -2