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
2021-05-13 14:09:06 -04:00
Annex assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -04:00
Assistant
Backend
Build
CmdLine
Command assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -04:00
Config
Database smudge: check for known annexed inodes before checking annex.largefiles 2021-05-10 13:20:10 -04:00
debian
doc almost have a plan 2021-05-13 14:09:06 -04:00
Git fileRef: make paths relative and simplified 2021-05-07 13:25:59 -04:00
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Test add test cases for git/annexed conversions 2021-05-10 14:29:57 -04:00
Types
Upgrade
Utility set cwd rarher than changing current process directory 2021-05-12 17:44:22 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -04:00
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -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
Key.hs
Limit.hs
Logs.hs add configLog to otherLogs 2021-05-13 12:48:56 -04:00
Makefile remove now redundant -O0 2021-05-07 11:25:34 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs add test cases for git/annexed conversions 2021-05-10 14:29:57 -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/>