From a97fc2c37d0d2596a661d035c80121c92e6ad7ff Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 26 Jan 2026 19:31:59 +0100 Subject: [PATCH] show signature in the branch log command --- .config/lazygit/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index dd08271..349b2fb 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -10,6 +10,7 @@ gui: showCommandLog: false git: fetchAll: true + branchLogCmd: git log --show-signature --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} -- pagers: - colorArg: always pager: diff-so-fancy