Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log.showSignature causes reword dialog to spill gpg info into the commit message #3485

Open
squeaktoy opened this issue Apr 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@squeaktoy
Copy link

Describe the bug
If you enable log.showSignature in .gitconfig, lazygit will spill some of the gpg signing info from the commit log into the reword dialog.

To Reproduce
Steps to reproduce the behavior:

  1. Edit and append the following to $HOME/.gitconfig:
[log]
	showSignature = true
  1. Open lazygit in some repo with signed commits
  2. Select a signed commit, and press r to reword
  3. Observe how the gpg information gets spilled into the commit message

Expected behavior
The gpg information does not get spilled into the reword dialog.

Screenshots
lazygit-gpg-reword-bug

Version info:
commit=, build date=, build source=unknown, version=0.41.0, os=linux, arch=amd64, git version=2.43.2
git version 2.43.2

@squeaktoy squeaktoy added the bug Something isn't working label Apr 7, 2024
@stefanhaller
Copy link
Collaborator

Duplicate of #3425; already fixed by #3431.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants