-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Since I sign my commits via SSH (not sure if this reproduces with regular GPG signing), rewording a commit will prompt with the new commit message & description, but will incorrectly place values. It actually uses the signature verification as the message, and the message as the description, possibly losing the description. Here is a visible example:
To Reproduce
Steps to reproduce the behavior:
- Enable SSH signing for your git setup
- Make any commit
- Attempt to reword said commit
- See the message/description values
Version info:
LazyGit version: commit=3675570a391b1a49ddd198b4c7e71e17701d4404, build date=2024-03-23T09:09:11Z, build source=binaryRelease, version=0.41.0, os=darwin, arch=amd64, git version=2.39.3 (Apple Git-146)
Git version: git version 2.39.3 (Apple Git-146)
Additional context
Related Git config:
log.showsignature=true
gpg.format=ssh
gpg.ssh.allowedsignersfile=~/.ssh/allowed_signers
commit.gpgsign=true
user.signingkey=[[MASKED]]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working