git-annex/doc/download.mdwn
2012-03-12 16:20:17 -04:00

37 lines
1.6 KiB
Markdown

The main git repository for git-annex is `git://git-annex.branchable.com/`
(You can push changes to this wiki from that anonymous git checkout.)
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).
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.
* `bloom` makes `git annex unused` use a bloom filter, thus running
in truely constant memory. Waiting on the haskell library being packaged.
* `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.