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
Instead of basing argv[0] on the executable path, use argv[0] as
provided on the command line.
Setting argv[0] to git-<builtin> is currently the only way to prevent
git from falling back to calling a helper executable. This change will
allow the git-wrapper executable, that Git for Windows uses, to signal
to git to handle the command as a builtin.
Related to git-for-windows#1496
Signed-off-by: Kim Gybels <[email protected]>
0 commit comments