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
2019-10-14 16:09:04 -04:00
Annex remove empty log files in transition 2019-10-14 16:04:15 -04:00
Assistant Merge branch 'master' into sameas 2019-10-11 15:56:00 -04:00
Backend
Build
CmdLine add --sameas option, not yet used 2019-10-01 12:36:25 -04:00
Command add RemoteStateHandle 2019-10-14 13:51:42 -04:00
Config update uninit to handle all the v7 stuff 2019-10-08 14:34:00 -04:00
Database add RemoteStateHandle 2019-10-14 13:51:42 -04:00
debian
doc Merge branch 'master' of ssh://git-annex.branchable.com 2019-10-14 16:08:08 -04:00
Git work around windows having infected git's plumbing 2019-10-08 15:27:05 -04:00
Limit
Logs forgot to add this new file 2019-10-14 16:09:04 -04:00
Messages
P2P
Remote add RemoteStateHandle 2019-10-14 13:51:42 -04:00
RemoteDaemon
standalone git-annex-standalone.rpm: Fix the git-annex-shell symlink 2019-10-08 14:43:28 -04:00
static
templates
Test
Types add RemoteStateHandle 2019-10-14 13:51:42 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG remove empty log files in transition 2019-10-14 16:04:15 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs set annex-config-uuid when RemoteConfig contains a sameas-uuid 2019-10-10 12:58:59 -04:00
COPYRIGHT
Creds.hs rename RemoteConfigKey to RemoteConfigField 2019-10-10 15:44:05 -04:00
Crypto.hs inherit other fields 2019-10-10 16:11:21 -04:00
ghci
git-annex.cabal forget state of sameas remotes during DropDead transitions 2019-10-14 15:47:42 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs fix annex.largefiles largerthan/smallerthan bug 2019-09-30 17:15:08 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml
Test.hs
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/>