From 551eabc77ee6a78896b33b621a3373264ffe6b9b Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 5 Nov 2013 16:41:31 +0100 Subject: [PATCH] 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 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5