CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
Find a file
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo e73b239858 Added a comment
2012-11-09 14:04:57 +00:00
Annex finished XMPP pairing! 2012-11-05 17:43:17 -04:00
Assistant blog for the day 2012-11-08 19:41:36 -04:00
Backend
Build don't test host in configure 2012-10-30 19:28:46 -04:00
Command add xmppgit command; roughed out xmpp push protocol and design 2012-11-06 00:59:20 -04:00
Common
debian Bugfix: Fix hang in webapp when setting up a ssh remote with an absolute path. 2012-11-05 12:35:11 -04:00
doc Added a comment 2012-11-09 14:04:57 +00:00
Git webapp: Generate better git remote names. 2012-10-31 15:26:19 -04:00
Locations
Logs bugfix: Don't fail transferring content from read-only repos. Closes: #691341 2012-10-24 10:59:25 -04:00
Messages
Remote indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
standalone also add shim from OSX runshell 2012-10-29 14:48:13 -04:00
static
templates XMPP pair requests are now received, and an alert displayed 2012-11-03 17:46:22 -04:00
Types add ConfigMonitor thread 2012-10-20 16:43:35 -04:00
Upgrade
Utility fix warning seen on OSX, apparently something there defines a close 2012-11-07 14:56:32 -04:00
.ghci workaround for ghci fragility in reusing objects compiled with ghc 2012-10-20 16:20:42 -04:00
.gitattributes
.gitignore
Annex.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Assistant.hs xmpp push control flow 2012-11-08 16:46:29 -04:00
Backend.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00
CHANGELOG
Checks.hs
CmdLine.hs better fix for zombie problem, which turns out to be a zombie ssh started by rsync 2012-10-17 00:47:52 -04:00
Command.hs better fix for zombie problem, which turns out to be a zombie ssh started by rsync 2012-10-17 00:47:52 -04:00
Common.hs deal with mtl/monads-tf conflict 2012-10-24 14:43:32 -04:00
Config.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
configure.hs
CONTRIBUTING
COPYRIGHT
Crypto.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Fields.hs
ghci avoid -Wall, too noisy 2012-10-20 16:21:25 -04:00
git-annex.cabal switch to new URI version by default, -DWITH_OLD_URI for old 2012-11-03 12:10:01 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs add xmppgit command; roughed out xmpp push protocol and design 2012-11-06 00:59:20 -04:00
GitAnnexShell.hs fix directory checking to handle mangled directory names 2012-11-05 20:15:36 -04:00
Init.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
INSTALL
Limit.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00
Locations.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Makefile add clibs to getflags 2012-11-06 15:57:01 -04:00
Messages.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00
NEWS
Option.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
README
Remote.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Seek.hs Preferred content path matching bugfix. 2012-10-17 16:01:09 -04:00
Setup.hs
test.hs
Types.hs
Upgrade.hs
Usage.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00

git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether due
to limitations in memory, checksumming time, or disk space.

For documentation, see doc/ or <http://git-annex.branchable.com/>