]> git.ipfire.org Git - thirdparty/git.git/commit
contrib/subtree: add -S/--gpg-sign
authorPatrik Weiskircher <patrik@pspdfkit.com>
Wed, 4 Jun 2025 14:16:37 +0000 (14:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jun 2025 16:32:17 +0000 (09:32 -0700)
commitfea50ce4118c38d74d05c3595abe7756cabee4e1
tree98dfe0d66cf98e8860b2cbdb9b59a0d4680ec896
parent7cd080acf65a96032824f3b5faad506346b69f5c
contrib/subtree: add -S/--gpg-sign

Allows optionally signing the commits that git subtree creates. This can
be necessary when working in a repository that requires gpg signed
commits.

Signed-off-by: Patrik Weiskircher <patrik@pspdfkit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/git-subtree.adoc
contrib/subtree/git-subtree.sh
contrib/subtree/t/t7900-subtree.sh