Re: [PATCH] web--browse: Use powershell on Windows

2014-02-16 Thread Eric Sunshine
On Sun, Feb 16, 2014 at 2:22 AM, Steven Penny wrote: > On Windows you can have either MinGW or Cygwin. As has been shown in this > script > MinGW uses "start" while Cygwin uses "cygstart". The "cygstart" command is > robust but the "start" command breaks on certain URLs > > $ git web--browse

[PATCH] web--browse: Use powershell on Windows

2014-02-15 Thread Steven Penny
On Windows you can have either MinGW or Cygwin. As has been shown in this script MinGW uses "start" while Cygwin uses "cygstart". The "cygstart" command is robust but the "start" command breaks on certain URLs $ git web--browse 'http://wikipedia.org/wiki/Key_&_Peele' '_Peele' is not recogn