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
2012-11-16 00:13:03 -04:00
Annex finished XMPP pairing! 2012-11-05 17:43:17 -04:00
Assistant use System.Timeout 2012-11-14 11:53:23 -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 remove showOutput; git is run in quiet mode 2012-11-15 15:19:02 -04:00
Common
debian OSX: Fix RunAtLoad value in plist file. 2012-11-15 01:01:54 -04:00
doc Added a comment 2012-11-16 03:14:51 +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 automatic repolist updating 2012-11-13 17:50:54 -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 OSX: Fix RunAtLoad value in plist file. 2012-11-15 01:01:54 -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
git-annex.cabal remove async build dep 2012-11-14 11:53:59 -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/>