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
http://templeofcrom.duckdns.org/ 282f63d4ed Added a comment
2020-07-01 15:03:08 +00:00
Annex improve "unable to lock down 1 copy" message 2020-06-26 13:00:40 -04:00
Assistant
Backend
Build
CmdLine
Command importfeed: Added some additional --template variables for date and time 2020-06-24 14:24:50 -04:00
Config
Database
debian
doc Added a comment 2020-07-01 15:03:08 +00:00
Git
Limit
Logs
Messages
P2P
Remote lockContent for tahoe 2020-06-26 14:23:21 -04:00
RemoteDaemon
standalone
static
templates
Test dix original branch determation when testing adjusted branches 2020-06-23 17:41:50 -04:00
Types test: Fix some test cases that assumed git's default branch name 2020-06-23 16:40:51 -04:00
Upgrade
Utility fix build on windows 2020-06-30 11:01:28 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG changelog wording 2020-06-26 14:27:42 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs improve "unable to lock down 1 copy" message 2020-06-26 13:00:40 -04:00
Setup.hs
stack-lts-12.14.yaml fix stack file syntax and deps 2020-06-30 17:12:23 -04:00
stack.yaml fix stack file syntax and deps 2020-06-30 17:12:23 -04:00
Test.hs dix original branch determation when testing adjusted branches 2020-06-23 17:41:50 -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/>