diff options
| author | Anton Bobov <anton@bobov.name> | 2024-09-20 00:24:10 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-09-20 00:24:10 +0500 |
| commit | 1a474b91dc046955bd3b42fcb4628982757ded39 (patch) | |
| tree | 13885e9861226189054dcfa9a3417d96501c5d1c | |
| parent | 880b254b0441b4553867f88851c938a138e0dcdb (diff) | |
git: Update lazygit config
| -rw-r--r-- | files/.config/lazygit/config.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml index 1fab23c..f2fa822 100644 --- a/files/.config/lazygit/config.yml +++ b/files/.config/lazygit/config.yml @@ -14,13 +14,9 @@ git: paging: colorArg: always pager: diff-so-fancy - commitPrefixes: - gazprom: - pattern: "^(\\d+)-.*" - replace: "feat: #$1 " - # branchLogCmd: "git lg --color=always --no-merges --graph {{branchName}} --" -services: - 'git.technocom.tech': 'gitea:git.technocom.tech' + # Do not spawn a separate process when using GPG + # https://github.com/jesseduffield/lazygit/discussions/3605#discussioncomment-9567079 + overrideGpg: true notARepository: skip keybinding: commits: |
