diff options
Diffstat (limited to 'doc/download.mdwn')
-rw-r--r-- | doc/download.mdwn | 17 |
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. |