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
Depends on #186. During the course of #180, I realized the real solution to the Git for Windows native path translation problem. I need to update the go get command and its test by using git_for_windows_native_path.
The text was updated successfully, but these errors were encountered:
Closes#187. Part of #186. Replaces `git_for_windows_native_path` and
updates the interface to print to a result variable rather than standard
output, avoiding a subshell when no conversion takes place.
Closes#187. Part of #186. Replaces `git_for_windows_native_path` and
updates the interface to print to a result variable rather than standard
output, avoiding a subshell when no conversion takes place.
Depends on #186. During the course of #180, I realized the real solution to the Git for Windows native path translation problem. I need to update the
go get
command and its test by usinggit_for_windows_native_path
.The text was updated successfully, but these errors were encountered: