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 c8f7cb8558
fix incorrect comment
The process will typically block until all input is read.
2019-04-24 14:29:46 -04:00
Annex initial work toward correctly merging deeper import histories 2019-04-23 16:34:19 -04:00
Assistant Drop support for building with aws older than 0.14. 2019-04-19 14:27:59 -04:00
Backend
Build
CmdLine added renameremote command 2019-04-15 13:49:03 -04:00
Command distinguish between feed download and parse failures 2019-04-21 10:35:08 -04:00
Config Add -- before %f in the smudge/clean filter configuration 2019-03-18 14:12:13 -04:00
Database remove wrong uniqueness constraint from ContentIdentifier db 2019-04-09 19:58:24 -04:00
debian
doc initial work toward correctly merging deeper import histories 2019-04-23 16:34:19 -04:00
Git fix incorrect comment 2019-04-24 14:29:46 -04:00
Limit
Logs
Messages
P2P
Remote refuse unsafe store to unversioned exporttree with old aws version 2019-04-23 14:39:30 -04:00
RemoteDaemon
standalone
static
templates
Test update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Types
Upgrade
Utility fix build with older QuickCheck 2019-03-22 10:07:16 -04:00
.ghci
.gitattributes update changelog location 2016-08-22 23:54:11 -04:00
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs Drop support for building with aws older than 0.14. 2019-04-19 14:27:59 -04:00
BuildInfo.hs
CHANGELOG info: Show when a remote is configured with importtree 2019-04-23 14:27:43 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal Drop support for building with aws older than 0.14. 2019-04-19 14:27:59 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.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/>