make note of minimum git version

This commit is contained in:
Joey Hess 2013-12-16 16:49:39 -04:00
parent 081cfba131
commit 19dfba1262
2 changed files with 4 additions and 1 deletions

View file

@ -47,3 +47,6 @@ upgrade supported from repository versions: 0 1 2
# End of transcript or log.
"""]]
> Added note about git version to from scratch installation instructions.
> Debian package already depends on a newer version. [[done]] --[[Joey]]

View file

@ -53,7 +53,7 @@ quite a lot.
* [unix-compat](http://hackage.haskell.org/package/unix-compat)
* [MonadCatchIO-transformers](http://hackage.haskell.org/package/MonadCatchIO-transformers)
* Shell commands
* [git](http://git-scm.com/)
* [git](http://git-scm.com/) (1.7.2 or newer; 1.8.5 recommended)
* [xargs](http://savannah.gnu.org/projects/findutils/)
* [rsync](http://rsync.samba.org/)
* [curl](http://http://curl.haxx.se/) (optional, but recommended)