lazygit/pkg
Stefan Haller ced70903ec Prefill the commit subject with the skipHook prefix when pressing w
We removed prefilling the skipHook prefix in b102646b20 with the intention of
making it clearer that using the prefix in normal commits and typing `w` to skip
hooks are now two independent features.

It turns out that some people liked it with prefilling the prefix and perceive
it as a regression, so put it back in.

But only if we don't have a preserved message; this is an important use case,
when you try to make a normal commit, the hook fails, and then you want to make
the same commit with skipping the hook, but with the same message that you
already typed.
2025-04-10 08:53:11 +02:00
..
app Bump minimum required git version to 2.22 2025-04-09 10:40:52 +02:00
cheatsheet Update to go 1.24 2025-03-08 14:53:54 -05:00
commands Add runCommand function to Go template syntax 2025-04-09 10:44:36 +02:00
common Make common.UserConfig an atomic.Pointer for safe concurrent access 2024-08-18 10:24:52 +02:00
config Add config os.shellFunctionsFile 2025-04-07 14:35:40 +02:00
constants
env
fakes
gui Prefill the commit subject with the skipHook prefix when pressing w 2025-04-10 08:53:11 +02:00
i18n Use dario.cat/mergo instead of github.com/imdario/mergo 2025-04-09 11:23:55 +02:00
integration Prefill the commit subject with the skipHook prefix when pressing w 2025-04-10 08:53:11 +02:00
jsonschema Remove deprecated configs from auto generated config.md 2025-03-23 12:44:24 +01:00
logs
snake
tasks Suppress error logs when killing process on Windows 2025-02-15 14:51:35 +11: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 Migrate to only doing marshalling twice, and compare via deep copy 2025-02-27 17:05:31 -05:00