mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 22:24:51 +02:00
Add option to disable warning when amending last commit
This commit is contained in:
committed by
Stefan Haller
parent
aa331e52b8
commit
708b30ab8a
@@ -468,6 +468,11 @@
|
||||
"description": "If true, capture mouse events.\nWhen mouse events are captured, it's a little harder to select text: e.g. requiring you to hold the option key when on macOS.",
|
||||
"default": true
|
||||
},
|
||||
"skipAmendWarning": {
|
||||
"type": "boolean",
|
||||
"description": "If true, do not show a warning when amending a commit.",
|
||||
"default": false
|
||||
},
|
||||
"skipDiscardChangeWarning": {
|
||||
"type": "boolean",
|
||||
"description": "If true, do not show a warning when discarding changes in the staging view.",
|
||||
|
||||
Reference in New Issue
Block a user