jesseduffield.lazygit/pkg/commands
Harsh Abasaheb Chavan 33cc4b3928 Add optional GPG signing status display in commits pane
Add a new gui.showGpgSigningStatus config option that, when enabled, shows GPG signature verification status for each commit in the commits view. Uses git's %G? format placeholder to display colored indicators: green check for valid signatures, red X for bad/revoked, yellow tilde for missing keys, and blue dash for unsigned commits.

Disabled by default since GPG verification adds latency to commit loading.

Closes #5363

Made-with: Cursor
2026-03-15 04:46:15 +05:30
..
git_commands Add optional GPG signing status display in commits pane 2026-03-15 04:46:15 +05:30
git_config Enable errorlint linter, and fix warnings 2025-06-30 18:30:11 +02:00
hosting_service feat: add Codeberg as a supported git hosting service 2025-12-21 14:10:59 +01:00
models Add optional GPG signing status display in commits pane 2026-03-15 04:46:15 +05:30
oscommands Suppress output from background fetch 2025-11-15 18:27:18 +01:00
patch refactor: use strings.Builder and strings.Repeat to simplify code 2025-12-03 18:34:21 +01:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
git.go Add PagerConfig 2025-10-14 12:17:13 +02:00
git_cmd_obj_builder.go Remove ICmdObj interface 2025-05-01 15:21:37 +02:00
git_cmd_obj_runner.go Enable intrange linter, and fix warnings 2025-06-30 18:30:11 +02:00