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 7d9dff5b05
Merge branch 'master' into bs
and update changelog
2019-12-18 15:13:30 -04:00
Annex fix ByteString conversion on windows 2019-12-18 13:32:56 -04:00
Assistant use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
Backend fix ByteString conversion on windows 2019-12-18 13:32:56 -04:00
Build more build fix 2019-12-18 14:37:59 -04:00
CmdLine Merge branch 'master' into bs 2019-12-18 15:13:30 -04:00
Command Merge branch 'master' into bs 2019-12-18 15:13:30 -04:00
Config include git-annex-shell back in 2019-12-02 11:51:52 -04:00
Database use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
debian
doc Merge branch 'master' into bs 2019-12-18 15:13:30 -04:00
Git convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Limit convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Logs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Messages
P2P use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
Remote use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
RemoteDaemon
standalone
static
templates
Test all commands building except for assistant 2019-12-05 14:41:18 -04:00
Types convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Upgrade use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
Utility use conversion functions from filepath-bytestring 2019-12-18 13:42:43 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs optimisation 2019-12-04 14:30:22 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Merge branch 'master' into bs 2019-12-18 15:13:30 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs all commands building except for assistant 2019-12-05 14:41:18 -04:00
COPYRIGHT fix git ls-tree parser 2019-12-06 14:05:48 -04:00
Creds.hs
Crypto.hs
ghci
git-annex.cabal Merge branch 'master' into bs 2019-12-18 15:13:30 -04:00
git-annex.hs include git-annex-shell back in 2019-12-02 11:51:52 -04:00
git-union-merge.hs
Git.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Jenkinsfile
Key.hs fix Arbitrary AssociatedFile 2019-12-06 12:57:41 -04:00
Limit.hs use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
Logs.hs use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
Makefile
Messages.hs
NEWS
README
Remote.hs all commands building except for assistant 2019-12-05 14:41:18 -04:00
Setup.hs
stack-lts-12.14.yaml
stack.yaml use conversion functions from filepath-bytestring 2019-12-18 13:42:43 -04:00
Test.hs use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
Types.hs
Upgrade.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -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/>