]> git.ipfire.org Git - thirdparty/git.git/commit
replay: add an important FIXME comment about gpg signing
authorElijah Newren <newren@gmail.com>
Fri, 24 Nov 2023 11:10:36 +0000 (12:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Nov 2023 01:10:48 +0000 (10:10 +0900)
commit38283bced8bc75f12af7bc0d0a9b135d7f42beea
tree646c9ac5b6c3f27894f03f06aa901f77edec55b3
parent8259e4154f46de5b3443a3ff7b1cc4441ec6b7df
replay: add an important FIXME comment about gpg signing

We want to be able to handle signed commits in some way in the future,
but we are not ready to do it now. So for the time being let's just add
a FIXME comment to remind us about it.

These are different ways we could handle them:

  - in case of a cli user and if there was an interactive mode, we could
    perhaps ask if the user wants to sign again
  - we could add an option to just fail if there are signed commits

Co-authored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/replay.c