1. 05 6月, 2019 1 次提交
  2. 11 3月, 2019 1 次提交
    • J
      mingw: allow building with an MSYS2 runtime v3.x · aeb582a9
      Johannes Schindelin 提交于
      Recently the Git for Windows project started the upgrade process to
      a MSYS2 runtime version based on Cygwin v3.x.
      
      This has the very notable consequence that `$(uname -r)` no longer
      reports a version starting with "2", but a version with "3".
      
      That breaks our build, as df5218b4 (config.mak.uname: support MSys2,
      2016-01-13) simply did not expect the version reported by `uname -r` to
      depend on the underlying Cygwin version: it expected the reported
      version to match the "2" in "MSYS2".
      
      So let's invert that test case to test for *anything else* than a
      version starting with "1" (for MSys). That should safeguard us for the
      future, even if Cygwin ends up releasing versionsl like 314.272.65536.
      Signed-off-by: NJohannes Schindelin <johannes.schindelin@gmx.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      aeb582a9
  3. 05 3月, 2019 1 次提交
  4. 03 3月, 2019 1 次提交
  5. 01 3月, 2019 1 次提交
  6. 27 2月, 2019 1 次提交
  7. 24 2月, 2019 6 次提交
  8. 23 2月, 2019 3 次提交
  9. 22 2月, 2019 3 次提交
  10. 20 2月, 2019 13 次提交
  11. 19 2月, 2019 4 次提交
  12. 17 2月, 2019 2 次提交
  13. 16 2月, 2019 3 次提交