mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
Target both 32-bit & 64-bit MinGW
For example `MINGW64_NT-10.0`.
This commit is contained in:
parent
89e81a1437
commit
28c5002f3c
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Windows needs more basic format (#8, git-for-windows/git#865)
|
||||
case $(uname -s) in
|
||||
CYGWIN*|MINGW32*|MSYS*)
|
||||
CYGWIN*|MINGW*|MSYS*)
|
||||
branch='%(refname:short)'
|
||||
spacer=' '
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue