aboutsummaryrefslogtreecommitdiff
path: root/doc/download.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:24:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:25:42 -0400
commitfdb246044c7b64802a9d0e90b92a978105a3704f (patch)
treecd7fad3f17660c4dc8e6622f7cff0133e7f9271b /doc/download.mdwn
parentc56cfeba9ec134d61ce8da8fe351722ddb7ec00f (diff)
download updates
Diffstat (limited to 'doc/download.mdwn')
-rw-r--r--doc/download.mdwn22
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/download.mdwn b/doc/download.mdwn
index 30307f308..64eee64c8 100644
--- a/doc/download.mdwn
+++ b/doc/download.mdwn
@@ -7,11 +7,9 @@ Other mirrors of the git repository:
* `git://git.kitenet.net/git-annex` [[gitweb](http://git.kitenet.net/?p=git-annex.git;a=summary)]
* [at github](https://github.com/joeyh/git-annex)
-To download a tarball of a particular release, use an url like
-<http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/3.20110702>
-
-From time to time, releases of git-annex are uploaded
-[to hackage](http://hackage.haskell.org/package/git-annex).
+Releases of git-annex are uploaded
+[to hackage](http://hackage.haskell.org/package/git-annex). Get your
+tarballs there, if you need them.
Some operating systems include git-annex in easily prepackaged form and
others need some manual work. See [[install]] for details.
@@ -20,17 +18,17 @@ others need some manual work. See [[install]] for details.
The git repository has some branches:
-* `debian-stable` contains the latest backport of git-annex to Debian
- stable.
-* `no-s3` disables the S3 special remote, for systems that lack the
- necessary haskell library. (merge it into master if you need it)
-* `no-bloom` avoids using bloom filters. (merge it into master if you need it)
+* `ghc7.0` supports versions of ghc older than 7.4, which
+ had a major change to filename encoding.
* `old-monad-control` is for systems that don't have a newer monad-control
library.
+* `no-s3` disables the S3 special remote, for systems that lack the
+ necessary haskell library. (merge it into master if you need it)
+* `no-bloom` avoids using bloom filters. (merge it into master if you need it)
+* `debian-stable` contains the latest backport of git-annex to Debian
+ stable.
* `tweak-fetch` adds support for the git tweak-fetch hook, which has
been proposed and implemented but not yet accepted into git.
-* `ghc7.0` supports versions of ghc older than 7.4, which
- had a major change to filename encoding.
* `setup` contains configuration for this website
* `pristine-tar` contains [pristine-tar](http://kitenet.net/~joey/code/pristine-tar)
data to create tarballs of any past git-annex release.