From 1f05e1cdb20563ca3930a8c2ef3ea2a05b1a7987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 12 Sep 2019 18:33:23 +0200 Subject: [PATCH] README: minimum Git version [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 093195c80..4ad57d80f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A branch with interop specific instructions, ncli and scripts to run multiple cl > ⚠️: The `interop` folder in master is outdated ⚠️ Important: To save bandwith `export GIT_LFS_SKIP_SMUDGE=1` before cloning the repo. -This prevent LFS during regular clones. +This prevent LFS during unusual clones (i.e. when you add `--recurse-submodules` without being instructed to do so). ## Related @@ -75,7 +75,7 @@ pakku -S pcre-static #### Developer tools -GNU Make, Bash and the usual POSIX utilities +GNU Make, Bash and the usual POSIX utilities. Git 2.9.4 or newer. ### Build & Develop