force lazygit to allow gpg signing
This commit is contained in:
@@ -220,6 +220,7 @@
|
|||||||
git = {
|
git = {
|
||||||
showUntrackedFiles = "all";
|
showUntrackedFiles = "all";
|
||||||
branchLogCmd = "git log {{branchName}} --first-parent --color=always --pretty=format:'%Cgreen%h%Creset %Cblue%aN%Creset %C(cyan)%<(14)%ar%Creset %s' --abbrev-commit";
|
branchLogCmd = "git log {{branchName}} --first-parent --color=always --pretty=format:'%Cgreen%h%Creset %Cblue%aN%Creset %C(cyan)%<(14)%ar%Creset %s' --abbrev-commit";
|
||||||
|
overrideGpg = true;
|
||||||
};
|
};
|
||||||
os = {
|
os = {
|
||||||
edit = "\${EDITOR} -- {{filename}}";
|
edit = "\${EDITOR} -- {{filename}}";
|
||||||
|
|||||||
Reference in New Issue
Block a user