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
2021-07-29 12:30:39 -04:00
Annex simplify code 2021-07-29 12:28:13 -04:00
Assistant remove direct mode remnant of merging unrelated histories 2021-07-19 11:41:26 -04:00
Backend
Build update for OSX catalina build 2021-07-14 12:22:34 -04:00
CmdLine whereused implemented 2021-07-14 14:27:21 -04:00
Command fix potential race in updating inode cache 2021-07-27 13:08:08 -04:00
Config
Database use SQL.addInodeCaches 2021-07-27 17:34:56 -04:00
debian
doc Added a comment: Cause cannot (only) be a v7->v8 upgrade 2021-07-29 05:40:36 +00:00
Git sync --quiet 2021-07-19 11:28:47 -04:00
Limit
Logs
Messages
P2P move verifyKeyContent to Annex.Verify 2021-07-27 14:07:23 -04:00
Remote move verifyKeyContent to Annex.Verify 2021-07-27 14:07:23 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility addurl: Avoid crashing when used on beegfs. 2021-07-05 13:02:40 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs move verifyKeyContent to Annex.Verify 2021-07-27 14:07:23 -04:00
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG fix problem populating pointer files 2021-07-27 14:26:49 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal fix problem populating pointer files 2021-07-27 14:26:49 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs sync --quiet 2021-07-19 11:28:47 -04:00
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs sync, merge: Added --allow-unrelated-histories option 2021-07-19 12:14:26 -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/>