support/download/git: Fix compatibility issue with git older than 1.8.4
authorEnrique Ocaña González <eocanha@igalia.com>
Thu, 28 Jul 2016 08:40:22 +0000 (10:40 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 28 Jul 2016 20:02:13 +0000 (22:02 +0200)
commit1e39f0873393189278d92ac3589a329f42c8311c
treec6b099d25dcfb8ddc8cf4c45937821f47a3b2d7e
parentd3aa44023633f85ed5c51386fdec3f54f46fb490
support/download/git: Fix compatibility issue with git older than 1.8.4

The "--no-patch" option used by the git downloader appeared on git
1.8.4. Systems with older git versions show an error and fall back to
the wget downloader, which isn't suitable for all the cases.

Signed-off-by: Enrique Ocaña González <eocanha@igalia.com>
Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/download/git