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 was trying to do a git diff, but I forgot the diff argument. I was expecting to be informed of using an invalid argument or unknown command.
Here's the response from the terminal:
warning: failed to restrict file handles (2)
handle #0: 000000000000004c (type 2, handle info (1) 0
handle #1: 00000000000000fc (type 2, handle info (1) 1
handle #2: 0000000000000100 (type 2, handle info (1) 1
This is a bug; please report it at
https://github.com/git-for-windows/git/issues/new
To suppress this warning, please set the environment variable
SUPPRESS_HANDLE_INHERITANCE_WARNING=1
git: 'tasks/2.11.12/4087-D-nightly-rearchitecture..tasks/2.11.12/4795-W-instance-tracking' is not a git command. See 'git --help'.
The response told me this was a bug, and to report it (so here we are).
Obviously, if I correctly prepend my two branches with diff, this works like a charm.
The text was updated successfully, but these errors were encountered:
Thank you for responding to the 'BUG' reporting request. It was an issue in that releases version, which has now been fixed in the more recent versions. Thus it's time to update to a newer or the most recent release.
Setup
Git Details
OS Details
Installation Details
Terminal Details
Command Details
I ran the following command:
I was trying to do a
git diff
, but I forgot thediff
argument. I was expecting to be informed of using an invalid argument or unknown command.Here's the response from the terminal:
The response told me this was a bug, and to report it (so here we are).
Obviously, if I correctly prepend my two branches with
diff
, this works like a charm.The text was updated successfully, but these errors were encountered: