Commit Graph

1 Commits

Author SHA1 Message Date
David Macek
c3d3c265b7 git: Fix git stash in mingw shells
`git stash` (and possibly other subcommands implemented in shell) sources
`git-sh-setup` which special-cases mingw shells (using `uname`) to request
paths using `pwd -W`. This commit removes this stub as well as another one
for detecting absolute paths.

This change shouldn't affect msys2 shell or cmd, as neither of them presents
as a mingw shell.
2015-04-18 21:58:05 +02:00