From: Tobias Ulmer Date: Tue, 5 Nov 2013 15:41:31 +0000 (+0100) Subject: Fix git name and note the oldest supported git version. X-Git-Tag: e2factory-2.3.15rc1~420 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=551eabc77ee6a78896b33b621a3373264ffe6b9b;p=e2factory.git Fix git name and note the oldest supported git version. Older versions should still work, but fetch-sources --update uses --ff-only which does not exist in earlier versions. Signed-off-by: Tobias Ulmer --- diff --git a/INSTALL b/INSTALL index 6528961..ec67184 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ First make sure that the following packages are installed in your system make gcc - git-core + git (1.6.6+) rsync curl cvs (optional)