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
Joey Hess d89984b121
sync --all avoid unncessary first pass
Sped up seeking to around twice as fast, by avoiding a pass over the
worktree files when preferred content expressions of the local repo and
remotes don't use include=/exclude=.

Thanks to Lukey for identifying the optimisation.

This commit was sponsored by Brock Spratlen on Patreon.
2020-09-24 15:12:09 -04:00
Annex sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Assistant cache remote.log 2020-09-22 13:52:26 -04:00
Backend types for async protocol extension 2020-08-12 12:04:12 -04:00
Build
CmdLine make git-annex add --no-check-gitignore not skip ignored files, same as with --force 2020-09-18 13:33:35 -04:00
Command sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Config rename Configurable for clarity 2020-09-16 11:16:48 -04:00
Database
debian
doc sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Git update comments 2020-09-07 13:03:51 -04:00
Limit sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Logs sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Messages add "input" field to json output 2020-09-15 16:22:44 -04:00
P2P
Remote cache remote.log 2020-09-22 13:52:26 -04:00
RemoteDaemon
standalone Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
static
templates
Test
Types sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Upgrade
Utility make MatchFiles introspectable 2020-09-24 14:01:53 -04:00
.ghci
.gitattributes
.gitignore stack.yaml: Updated to lts-16.10 2020-08-24 14:11:37 -04:00
.mailmap
Annex.hs cache remote.log 2020-09-22 13:52:26 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
BuildInfo.hs
CHANGELOG sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
CmdLine.hs
Command.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20200908 2020-09-08 14:20:47 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs sync --all avoid unncessary first pass 2020-09-24 15:12:09 -04:00
Logs.hs
Makefile
Messages.hs Improve the "Try making some of these repositories available" message 2020-09-22 14:10:30 -04:00
NEWS fix dist in latest NEWS entry 2020-09-14 12:05:12 -04:00
README
Remote.hs Improve the "Try making some of these repositories available" message 2020-09-22 14:10:30 -04:00
Setup.hs
stack.yaml Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
Test.hs
Types.hs
Upgrade.hs add gitAnnexChildProcess and use instead of incorrect use of runsGitAnnexChildProcess 2020-08-25 14:57:49 -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 <https://git-annex.branchable.com/>