doc/download.mdwn: document no-s3 and assistant branches

This commit is contained in:
Philipp Kern 2012-06-30 15:00:00 +02:00
parent 660f81d2b2
commit 49136c22d0

View file

@ -18,6 +18,7 @@ others need some manual work. See [[install]] for details.
The git repository has some branches: The git repository has some branches:
* `assistant` contains the new change-tracking daemon
* `ghc7.0` supports versions of ghc older than 7.4, which * `ghc7.0` supports versions of ghc older than 7.4, which
had a major change to filename encoding. had a major change to filename encoding.
* `old-monad-control` is for systems that don't have a newer monad-control * `old-monad-control` is for systems that don't have a newer monad-control
@ -25,6 +26,7 @@ The git repository has some branches:
* `no-ifelse` avoids using the IFelse library * `no-ifelse` avoids using the IFelse library
(merge it into master if you need it) (merge it into master if you need it)
* `no-bloom` avoids using bloom filters. (merge it into master if you need it) * `no-bloom` avoids using bloom filters. (merge it into master if you need it)
* `no-s3` avoids using the S3 library (merge it into master if you need it)
* `debian-stable` contains the latest backport of git-annex to Debian * `debian-stable` contains the latest backport of git-annex to Debian
stable. stable.
* `tweak-fetch` adds support for the git tweak-fetch hook, which has * `tweak-fetch` adds support for the git tweak-fetch hook, which has