3 Commits

Author SHA1 Message Date
Christopher Degawa
2ccaf50d3e
git: update to 3.36.0 & rebase patches & use CYGWIN_CHOST
Removes git-1.9.0-manifest-msys2.patch as it is already applied upstream
as fe90397604f9f9695b3fa0b8b11d9f93533b655f

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
2022-04-29 11:49:22 -05:00
Mehdi Chinoune
370ef52cf3 git: update to 2.35.0 2022-01-24 22:23:38 +01:00
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