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
http://joeyh.name/ fb1db74b3a Added a comment
2012-11-13 17:57:50 +00:00
Annex finished XMPP pairing! 2012-11-05 17:43:17 -04:00
Assistant Show error message to user when testing XMPP creds. 2012-11-13 13:21:09 -04:00
Backend where indenting 2012-11-11 00:51:07 -04:00
Build where indenting 2012-11-11 00:51:07 -04:00
Command where indentation 2012-11-12 01:05:04 -04:00
Common
debian Show error message to user when testing XMPP creds. 2012-11-13 13:21:09 -04:00
doc Added a comment 2012-11-13 17:57:50 +00:00
Git don't treat foo::bar as a ssh url 2012-11-09 13:50:23 -04:00
Locations
Logs where indenting 2012-11-11 00:51:07 -04:00
Messages where indenting 2012-11-11 00:51:07 -04:00
Remote where indenting 2012-11-11 00:51:07 -04:00
standalone also add shim from OSX runshell 2012-10-29 14:48:13 -04:00
static
templates Show error message to user when testing XMPP creds. 2012-11-13 13:21:09 -04:00
Types where indenting 2012-11-11 00:51:07 -04:00
Upgrade where indenting 2012-11-11 00:51:07 -04:00
Utility where indentation 2012-11-12 17:43:10 -04:00
.ghci
.gitattributes
.gitignore add some OSX thing 2012-11-09 11:28:43 -04:00
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 where indenting 2012-11-11 00:51:07 -04:00
Command.hs where indenting 2012-11-11 00:51:07 -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 releasing version 3.20121112 2012-11-12 11:04:26 -04:00
git-annex.hs where indenting 2012-11-11 00:51:07 -04:00
git-union-merge.hs
Git.hs where indenting 2012-11-11 00:51:07 -04:00
GitAnnex.hs fix build without XMPP 2012-11-12 01:48:15 -04:00
GitAnnexShell.hs where indenting 2012-11-11 00:51:07 -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 use trustExclude 2012-11-11 00:26:29 -04:00
Seek.hs where indenting 2012-11-11 00:51:07 -04:00
Setup.hs where indenting 2012-11-11 00:51:07 -04:00
test.hs where indenting 2012-11-11 00:51:07 -04:00
Types.hs
Upgrade.hs where indenting 2012-11-11 00:51:07 -04:00
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/>