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
fixup! mingw (git_terminal_prompt): turn on echo explictly
The `add -p` changes conflict with this commit, so let's revert it for
now.
Besides, it would appear that the rationale of the change is not sound:
in a quick test in a PowerShell, it seems that echo *is* the default. To
verify, test, run this in a PowerShell session:
git -c alias.s="!
unset GIT_CONFIG_PARAMETERS;
printf `"hostname=123\\n\\n`" | GIT_ASKPASS= ./git \
-c credential.helper= --exec-path=`$PWD credential fill
" s
This reverts commit b9990a3.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments