jesseduffield.lazygit/pkg
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
..
app Pass todo flag to EditRebaseTodo 2026-01-28 10:15:51 +01:00
cheatsheet refactor: use strings.Builder and strings.Repeat to simplify code 2025-12-03 18:34:21 +01:00
commands Add optional GPG signing status display in commits pane 2026-03-15 04:46:15 +05:30
common Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
config Add optional GPG signing status display in commits pane 2026-03-15 04:46:15 +05:30
constants Make the links in the status panel point to the current version rather than master 2024-03-22 08:13:59 +01:00
env Support bare worktrees where worktree does not have its own .git file 2023-08-07 22:40:53 +10:00
fakes Modernize all codes 2025-11-15 10:46:23 +01:00
gui Add optional GPG signing status display in commits pane 2026-03-15 04:46:15 +05:30
i18n Update translations from Crowdin 2026-03-09 19:49:46 +01:00
integration Show worktree name next to branch in branches list 2026-03-09 11:34:34 +01:00
jsonschema Modernize all codes 2025-11-15 10:46:23 +01:00
logs Clean up build tags 2025-08-14 20:40:44 +02:00
snake Enable intrange linter, and fix warnings 2025-06-30 18:30:11 +02:00
tasks Modernize all codes 2025-11-15 10:46:23 +01:00
theme Highlight inactive selection in bold 2024-06-23 14:43:13 +02:00
updates Change direct access to Common.UserConfig to a getter 2024-08-18 10:24:52 +02:00
utils Pass todo flag to EditRebaseTodo 2026-01-28 10:15:51 +01:00