From 36bb1864161523bb1f86a20142f22fdf33946f14 Mon Sep 17 00:00:00 2001 From: Daniel Liuzzi Date: Sat, 4 Apr 2020 19:53:34 +0200 Subject: [PATCH] Support 1903 and up instead of just 1903 https://en.wikipedia.org/wiki/Windows_10_version_history#Rings --- git-recent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recent b/git-recent index 93f5803..5e759c6 100755 --- a/git-recent +++ b/git-recent @@ -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*)