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
I use githooks which automatically perform some actions when doing a git checkout. As a result, checkouts take some time. When running :G checkout with fugitive, it will open a new split, showing the output of the checkout as it's running, so I can see the progress of these actions, and know when they're finished.
With :GBranches however, vim simply becomes unresponsive until the checkout is complete, then the split will open showing all of the output.
Having this output appear in real time like it does with fugitive would be a great addition to an already very helpful plugin.
The text was updated successfully, but these errors were encountered:
DanielPower
changed the title
Show git output in a new split
Show git output asynchronously
Sep 18, 2020
I think this is a great idea, I may need to research a little on how to make it work with vim and neovim. In the meantime, you can use fugitive itself to do the checkout:
I use githooks which automatically perform some actions when doing a git checkout. As a result, checkouts take some time. When running
:G checkout
with fugitive, it will open a new split, showing the output of the checkout as it's running, so I can see the progress of these actions, and know when they're finished.With
:GBranches
however, vim simply becomes unresponsive until the checkout is complete, then the split will open showing all of the output.Having this output appear in real time like it does with fugitive would be a great addition to an already very helpful plugin.
The text was updated successfully, but these errors were encountered: