-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git diff view persists after pressing Ctrl+C to exit #1113
Comments
This issue may be fixed in a more current version. Could you give the current snapshot a try? |
I take that as a yes. |
Just tested it now. No it is not fixed. Every second Ctrl + C press brings back the diff view prompt This persists even after executing |
Wait. What "git shell" do you close that does not close the window? Your bug report specified very clearly that you run this in CMD, and there was no description of any "git shell" whatsoever. |
@dscho the "git shell" is the interface you get from running git-cmd.exe in CMD You then execute |
@dscho is it possible for you to just try it yourself? It took me like 5 minutes from downloading the latest snapshot. |
That is not how you are supposed to use this. Either call Git CMD from the Start Menu, or call Calling Git CMD from within CMD is not really supported, it is hard enough to support Git CMD as-is... |
Just tested on the latest snapshot, again, as you described, running git-cmd.exe from Windows Explorer. It recreates. |
@dkaksl there must be a missing piece of information, as I really cannot reproduce the described behavior here. |
OK, let me try again and attach a gif maybe...
…On May 29, 2017 23:20, "Johannes Schindelin" ***@***.***> wrote:
@dkaksl <https://github.com/dkaksl> there must be a missing piece of
information, as I really cannot reproduce the described behavior here.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AISaaowUAAiFR6yXR5xUVi6YnfyaIqonks5r-uJPgaJpZM4Msk3W>
.
|
For the record, I see no GIF. And I'd much rather have a detailed list of steps in accordance with http://stackoverflow.com/help/mcve and http://whathaveyoutried.com/. |
I meant I would add a gif as soon as I have the opportunity.
As for my instructions on recreating the issue, I'm not sure how I could
write them more clearly.
…On May 31, 2017 00:02, "Johannes Schindelin" ***@***.***> wrote:
For the record, I see no GIF. And I'd much rather have a detailed list of
steps in accordance with http://stackoverflow.com/help/mcve and
http://whathaveyoutried.com/.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AISaag0u8YQkYQ-HWUO5RRBp_mIllg-_ks5r_D2AgaJpZM4Msk3W>
.
|
I get this a lot on my end too making things much unreadable. I also noticed it happens more often on large doffs of like at least over 1k lines or so of changes. It also sometimes does it on small diffs though. |
I am working on a fix for #1491 which should also address this here issue. Once a new snapshot becomes available at https://wingit.blob.core.windows.net/files/index.html, I invite you all to test it. |
Setup
64-bit
7
defaults?
Probably defaults. I'm using git-for-windows that comes bundled with Cmder.
to the issue you're seeing?
I am specifically running the git-for-windows binary from
cmd
, so this is probably not a cmder isolated issue.Details
CMD
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Steps to reproduce
git diff
Exit diff view. If that fails, to exit it when Q is subsequently pressed.
Every second press of Enter brings back a diff view prompt
:
and Q does not allow the shell to exit.The text was updated successfully, but these errors were encountered: