Subprocess log in Command log #5608
Answered
by
stefanhaller
Its-Just-Nans
asked this question in
Q&A
|
Is is possible to not leave lazygit for a subprocess ? Linked to: |
Answered by
stefanhaller
May 13, 2026
Replies: 2 comments 11 replies
|
Depends on what kind of subprocess you are talking about: custom commands? calling an editor? making a commit? The answer will be different for all of these. |
0 replies
|
The classic "git commit" for example which leaves the interfaces and ask "Press enter to return" |
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this case, you have gpg signing turned on in your git config. If you do that, lazygit suspends itself to the background to give you a chance to type your gpg (or ssh) passphrase, should you be prompted for that; this wouldn't be possible in the Command log.
If you know you won't be prompted for a passphrase because you use some gpg/ssh agent that provides it automatically, you can set the following lazygit config to avoid suspending: