git-annex/doc/download.mdwn

32 lines
1.1 KiB
Text
Raw Normal View History

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:
2011-05-19 20:23:05 +00:00
* `git://git.kitenet.net/git-annex` [[gitweb](http://git.kitenet.net/?p=git-annex.git;a=summary)]
2010-10-19 18:37:19 +00:00
2012-04-13 15:24:25 +00:00
Releases of git-annex are uploaded
[to hackage](http://hackage.haskell.org/package/git-annex). Note that the
tarball there is not the complete git-annex source tree, but only a subset
to make `cabal install` work. Use git to checkout the full source tree.
2011-07-02 21:10:25 +00:00
Some operating systems include git-annex in easily prepackaged form and
others need some manual work. See [[install]] for details.
2012-02-05 00:18:20 +00:00
## git branches
The git repository has some branches:
2015-06-12 18:37:35 +00:00
* `ghc7.0` is a by now very out of date branch that can be built with
ghc 7.0.
2014-08-17 21:12:49 +00:00
* `debian-*-backport` contains the latest backport of git-annex.
2012-02-05 00:18:20 +00:00
* `tweak-fetch` adds support for the git tweak-fetch hook, which has
been proposed and implemented but not yet accepted into git.
* `setup` contains configuration for this website
----
Developing git-annex? Patches are very welcome.
You should read [[coding_style]].