summaryrefslogtreecommitdiff
path: root/doc/download.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-04 20:18:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-07 14:10:17 -0400
commitb8140f3fc2586603da9b92bad2346ecf4cba99c7 (patch)
treee27ee94341bdfb2af92401276cb192c4019297f6 /doc/download.mdwn
parent1338922f9e327937c5cb07c3a6add1cf84c882db (diff)
list of git branches
Diffstat (limited to 'doc/download.mdwn')
-rw-r--r--doc/download.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/download.mdwn b/doc/download.mdwn
index e1257d261..bfde849f8 100644
--- a/doc/download.mdwn
+++ b/doc/download.mdwn
@@ -15,3 +15,20 @@ From time to time, releases of git-annex are uploaded
Some operating systems include git-annex in easily prepackaged form and
others need some manual work. See [[install]] for details.
+
+## git branches
+
+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.
+* `old-monad-control` is for systems that don't have a newer monad-control
+ library.
+* `tweak-fetch` adds support for the git tweak-fetch hook, which has
+ been proposed and implemented but not yet accepted into git.
+* `ghc7.4` is for use this that version of ghc.
+* `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.