2011-05-19 15:56:19 -04:00
|
|
|
The main git repository for git-annex is `git://git-annex.branchable.com/`
|
2018-12-10 12:55:13 -04:00
|
|
|
[[gitweb](http://source.git-annex.branchable.com/?p=source.git;a=summary)]
|
2011-05-19 15:56:19 -04:00
|
|
|
|
|
|
|
(You can push changes to this wiki from that anonymous git checkout.)
|
|
|
|
|
|
|
|
Other mirrors of the git repository:
|
|
|
|
|
2019-08-25 19:12:58 +00:00
|
|
|
* `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/)]
|
2010-10-19 14:37:19 -04:00
|
|
|
|
2012-04-13 11:24:25 -04:00
|
|
|
Releases of git-annex are uploaded
|
2016-05-24 01:00:06 -04:00
|
|
|
[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
|
2018-12-10 12:55:13 -04:00
|
|
|
to make cabal/stack install work. Use git to checkout the full source tree.
|
2011-07-02 17:10:25 -04:00
|
|
|
|
2011-02-06 13:43:31 -04:00
|
|
|
Some operating systems include git-annex in easily prepackaged form and
|
|
|
|
others need some manual work. See [[install]] for details.
|
2012-02-04 20:18:20 -04:00
|
|
|
|
|
|
|
## git branches
|
|
|
|
|
2018-12-10 12:55:13 -04:00
|
|
|
The git repository has some branches, including:
|
2012-02-04 20:18:20 -04:00
|
|
|
|
2015-06-12 14:37:35 -04:00
|
|
|
* `ghc7.0` is a by now very out of date branch that can be built with
|
|
|
|
ghc 7.0.
|
2014-08-17 17:12:49 -04:00
|
|
|
* `debian-*-backport` contains the latest backport of git-annex.
|
2012-02-04 20:18:20 -04:00
|
|
|
* `setup` contains configuration for this website
|
2012-10-28 21:27:15 -04:00
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
Developing git-annex? Patches are very welcome.
|
|
|
|
You should read [[coding_style]].
|