forked from git/git
-
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
Clone terminal from Task Bar in Windows 7+ #207
Comments
This comment was marked as abuse.
This comment was marked as abuse.
Duplicate of #167. |
jeffhostetler
pushed a commit
to jeffhostetler/git
that referenced
this issue
Oct 10, 2019
…ndling of network errors Yesterday's commit caused a breakage where gvfs-helper.exe exited (with code 5 aka GH__ERROR_CODE__HTTP_404) when it received a 404 from the HTTP server rather than just reporting that status code to the git.exe client. This caused the gvfs-helper.exe process to exit (prematurely) and subsequent GET requests from git.exe to fail with "packet write with format failed" (because the pipe was half-closed). Yesterday's commit was intended to ensure that gvfs-helper.exe properly sends "ok", "partial", or "error msg" back to the client. But inadvertently also returned the "status.ec". This fix corrects that. We only use "status.ec" to decide which response to send back to git.exe. And gvfs-helper only exits for hard errors.
jeffhostetler
added a commit
to jeffhostetler/git
that referenced
this issue
Jun 3, 2020
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
jeffhostetler
added a commit
to jeffhostetler/git
that referenced
this issue
May 14, 2021
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
jeffhostetler
added a commit
to jeffhostetler/git
that referenced
this issue
Jun 21, 2021
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
jeffhostetler
added a commit
to jeffhostetler/git
that referenced
this issue
Aug 18, 2021
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Jun 16, 2022
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Jul 23, 2024
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Jan 20, 2025
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Mar 6, 2025
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
mjcheetham
pushed a commit
to mjcheetham/git
that referenced
this issue
Mar 13, 2025
Includes commits from these pull requests: git-for-windows#191 git-for-windows#205 git-for-windows#206 git-for-windows#207 git-for-windows#208 git-for-windows#215 git-for-windows#220 git-for-windows#221 Signed-off-by: Derrick Stolee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Windows 7 and up, you can MIDDLE CLICK an open application to open another instance of it. You can also Right-Click it and select the shortcut as well.
This does not work for the git-bash.exe terminal that is launched. Expected behavior is that a middle click functions the same as ALT+F2 when pressed inside a terminal instance.
The text was updated successfully, but these errors were encountered: