You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gix_command by default does not pass stdin to commands. This caused
editors and shells to behave weirdly. For example, vim printed a warning
during opening:
Vim: Warning: Input is not from a terminal
After closing vim started this way, the terminal was messed up and
needed an reset to print outputs correctly (see stgit#415).
Signed-off-by: Felix Maurer <[email protected]>
0 commit comments