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
2016-04-12 15:27:51 -04:00
Annex add AdjBranch newtype; some simplications 2016-04-09 15:10:26 -04:00
Assistant
Backend
Build hack to get escaped quotes right on git-annex-shell man page 2016-04-04 17:11:35 -04:00
CmdLine
Command add AdjBranch newtype; some simplications 2016-04-09 15:10:26 -04:00
Config
Database
debian Fix build with ghc v7.11. Thanks, Gabor Greif. 2016-04-12 15:27:51 -04:00
doc Fix build with ghc v7.11. Thanks, Gabor Greif. 2016-04-12 15:27:51 -04:00
Git fix build with ghc 7.6.3 2016-04-08 16:09:00 -04:00
Limit
Logs
Messages
Remote simplify code to make it compilable with ghc v7.11.20150407 2016-04-12 15:26:40 -04:00
RemoteDaemon
standalone
static
templates
Types
Upgrade add AdjBranch newtype; some simplications 2016-04-09 15:10:26 -04:00
Utility fix build on windows with older ghc 2016-04-08 15:26:50 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2016-04-12 14:55:43 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs Fix bug in annex.largefiles mimetype= matching when git-annex is run in a subdirectory of the repository. 2016-04-12 14:19:34 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs add simple test for conflict resolution in adjusted branch 2016-04-12 13:01:31 -04:00
Types.hs
Upgrade.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 <https://git-annex.branchable.com/>