]> git.e2factory.org Git - e2factory.git/commitdiff
Fix git name and note the oldest supported git version.
authorTobias Ulmer <tu@emlix.com>
Tue, 5 Nov 2013 15:41:31 +0000 (16:41 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:01:23 +0000 (15:01 +0100)
Older versions should still work, but fetch-sources --update uses
--ff-only which does not exist in earlier versions.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index 652896151b0b76c0cc999723aee57abc0332d35f..ec67184e64375226b1113f6851aaf343df1d5069 100644 (file)
--- 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)