mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
Support 1903 and up instead of just 1903
https://en.wikipedia.org/wiki/Windows_10_version_history#Rings
This commit is contained in:
parent
b1cb0011af
commit
36bb186416
|
|
@ -11,7 +11,7 @@ spacer='%(color:black) %(color:reset)'
|
|||
|
||||
case $(uname -s) in
|
||||
# As of Windows 10 1903 (May 2019 Update) `column -ts` works as expected
|
||||
MINGW64_NT-10.0-18362*);;
|
||||
MINGW64_NT-10.0-18*);;
|
||||
|
||||
# Other Windows versions need more basic format (#8, git-for-windows/git#865)
|
||||
CYGWIN*|MINGW*|MSYS*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue