On 14.11.2021 18:11, tqfx su wrote:
git maintainers, Can you add a GPG signature option to git-subtree? I do hope you can take the above suggestions into consideration and thanks in advance.
Hi, i suspect you'd like the squash & merge commits the subtree commands create to be signed? If so you can try simply enabling commit.gpgsign in your config before doing a subtree operation. This will cause all commits to be signed. If this works as you expect we could make subtree pass a "-s" flag for signing on to the commit calls.