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-08-01 06:26:11 +00:00
Annex
Assistant
Backend
Build better git version determination 2012-07-10 12:34:29 -06:00
Command initremote: Avoid recording remote's description before checking that its config is valid. 2012-07-27 21:05:27 -04:00
Common
debian initremote: Avoid recording remote's description before checking that its config is valid. 2012-07-27 21:05:27 -04:00
doc poll vote (Annex) 2012-08-01 06:26:11 +00:00
Git typo 2012-07-17 14:51:42 -04:00
Logs pull in transfer log code from assistant branch 2012-07-18 21:45:41 -04:00
Messages
Remote avoid --no-inplace 2012-07-10 12:40:31 -06:00
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs copy, drop: Avoid checking numcopies attribute unnecessarily 2012-07-10 11:53:45 -06:00
Common.hs
Config.hs
configure.hs
CONTRIBUTING
COPYRIGHT
Crypto.hs
Fields.hs
git-annex.cabal releasing version 3.20120721 2012-07-21 17:01:19 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
GPL
Init.hs
INSTALL
Limit.hs
Locations.hs
make-sdist.sh
Makefile force C compiler to build 32 bit on OSX when 32 bit ghc is being used 2012-07-24 11:01:15 -04:00
mdwn2man
Messages.hs
NEWS
Option.hs
README
Remote.hs Avoid ugly failure mode when moving content from a local repository that is not available. 2012-06-26 17:22:44 -04:00
Seek.hs
Setup.hs
test.hs map: Write map.dot to .git/annex, which avoids watch trying to annex it. 2012-07-17 12:27:06 -04:00
Types.hs
Upgrade.hs
Usage.hs

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/>