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
2018-08-28 12:14:06 -04:00
Annex run git status before enabling clean filter 2018-08-28 10:36:22 -04:00
Assistant
Backend
Build
CmdLine
Command v6: avoid accidental conversion when annex.largefiles is not configured 2018-08-27 14:51:10 -04:00
Config run git status before enabling clean filter 2018-08-28 10:36:22 -04:00
Database v6: recover from race between git mv and git-annex get/drop 2018-08-22 15:56:43 -04:00
debian git pkt-line format 2018-08-10 14:12:33 -04:00
doc new todo (requested by yoh) 2018-08-28 12:14:06 -04:00
Git avoid update-index race 2018-08-17 16:03:40 -04:00
Limit
Logs v6: avoid accidental conversion when annex.largefiles is not configured 2018-08-27 14:51:10 -04:00
Messages
P2P
Remote
RemoteDaemon
standalone linux standalone: When LOCPATH is already set, use it instead of the bundled locales. 2018-08-20 12:20:54 -04:00
static
templates
Test
Types
Upgrade run git status before enabling clean filter 2018-08-28 10:36:22 -04:00
Utility support conditionally excluding queued files 2018-08-16 14:38:37 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG v6: avoid accidental conversion when annex.largefiles is not configured 2018-08-27 14:51:10 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs run git status before enabling clean filter 2018-08-28 10:36:22 -04:00
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal run git status before enabling clean filter 2018-08-28 10:36:22 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
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/>