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-10 18:33:50 +00:00
Annex update uninit to handle all the v7 stuff 2019-10-08 14:34:00 -04:00
Assistant add missing space 2019-10-03 09:46:06 -04:00
Backend
Build
CmdLine remotedaemon: Don't list --stop in help since it's not supported. 2019-09-30 14:40:46 -04:00
Command remotedaemon: Don't list --stop in help since it's not supported. 2019-09-30 14:40:46 -04:00
Config update uninit to handle all the v7 stuff 2019-10-08 14:34:00 -04:00
Database fix flipped diffUTCTime 2019-10-03 09:54:19 -04:00
debian
doc Added a comment: separate annex.git-add.largefiles and annex.git-annex-add.largefiles settings 2019-10-10 18:33:50 +00:00
Git work around windows having infected git's plumbing 2019-10-08 15:27:05 -04:00
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone git-annex-standalone.rpm: Fix the git-annex-shell symlink 2019-10-08 14:43:28 -04:00
static
templates
Test
Types adjust --lock: This enters an adjusted branch where files are locked. 2019-09-27 14:23:25 -04:00
Upgrade
Utility enable-tor: Use pkexec to run command as root when gksu and kdesu are not available. 2019-09-30 15:19:01 -04:00
.ghci avoid ghci warning on tabs 2019-01-21 12:35:44 -04:00
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 7.20191009 2019-10-09 12:33:09 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT add entry for special remote example scripts which are GPL-3+ 2019-09-27 11:14:48 -04:00
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 7.20191009 2019-10-09 12:33:09 -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 building a standalone rpm from the standalone tarball 2019-09-13 11:53:17 -04:00
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/>