git-annex/doc/download.mdwn
ronald@bfae3dfd3105df06e4cc44c37b3e8dc430bd137a 04a928eccc fix git:// url for repo
2019-08-25 19:12:58 +00:00

30 lines
1.1 KiB
Markdown

The main git repository for git-annex is `git://git-annex.branchable.com/`
[[gitweb](http://source.git-annex.branchable.com/?p=source.git;a=summary)]
(You can push changes to this wiki from that anonymous git checkout.)
Other mirrors of the git repository:
* `git://git.joeyh.name/git-annex` or `https://git.joeyh.name/git/git-annex.git` [[gitweb](https://git.joeyh.name/index.cgi/git-annex.git/)]
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/stack install work. Use git to checkout the full source tree.
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, including:
* `ghc7.0` is a by now very out of date branch that can be built with
ghc 7.0.
* `debian-*-backport` contains the latest backport of git-annex.
* `setup` contains configuration for this website
----
Developing git-annex? Patches are very welcome.
You should read [[coding_style]].