doc: update git version documented in HACKING

* HACKING: Mention that git version 1.6.4 or later is required since
'./bootstrap' will fail otherwise.
This commit is contained in:
Collin Funk 2025-07-27 11:53:42 -07:00
parent 4a2402dcfa
commit afd899cb47

View File

@ -6,7 +6,7 @@ Prerequisites
You will need the "git" version control tools. On Fedora-based
systems, do "yum install git". On Debian-based ones install the
"git-core" package. Then run "git --version". If that says it's
older than version 1.4.4, then you'd do well to get a newer version.
older than version 1.6.4, then you'd do well to get a newer version.
At worst, just download the latest stable release from
https://git-scm.com/ and build from source.