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
2020-11-17 11:58:45 -04:00
Annex avoid redundant adjusted branch update in sync 2020-11-16 15:13:48 -04:00
Assistant
Backend
Build fix build 2020-11-16 09:56:03 -04:00
CmdLine
Command avoid redundant adjusted branch update in sync 2020-11-16 15:13:48 -04:00
Config
Database
debian
doc retitle 2020-11-16 15:17:48 -04:00
Git support parsing numeric git configs as bool 2020-11-16 10:09:25 -04:00
Limit
Logs
Messages
P2P annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
Remote annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
RemoteDaemon
standalone
static
templates
Test
Types annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
Upgrade annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
Utility fix build on windows 2020-11-17 11:58:45 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal annex.adjustedbranchrefresh 2020-11-16 14:27:28 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs add a test case that move respects numcopies 2020-11-13 14:06:57 -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/>