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
2015-11-10 11:42:06 -04:00
Annex add: Fix error recovery rollback to not move the injested file content out of the annex back to the file, because other files may point to that same content. Instead, copy the injected file content out to recover. 2015-11-06 15:28:20 -04:00
Assistant
Backend
Build
CmdLine increase number of capabilities to match -Jn setting 2015-11-05 19:57:41 -04:00
Command work around git check-ignore --batch bad exit status bug, and bring back import -J 2015-11-06 15:39:51 -04:00
Common
Config
Database
debian runshell: Avoid failing when $HOME/.ssh does not exist and cannot be created. 2015-11-10 11:42:06 -04:00
doc response 2015-11-10 11:32:28 -04:00
Git work around git check-ignore --batch bad exit status bug, and bring back import -J 2015-11-06 15:39:51 -04:00
Limit
Logs
Messages Concurrent progress bars are now displayed when using -J with a command that moves file contents around. 2015-11-06 13:44:57 -04:00
Remote concurrent-output, first pass 2015-11-04 13:45:34 -04:00
RemoteDaemon
standalone runshell: Avoid failing when $HOME/.ssh does not exist and cannot be created. 2015-11-10 11:42:06 -04:00
static
templates
Types fix build w/o concurrent-output 2015-11-06 12:52:31 -04:00
Upgrade
Utility quvi may output utf-8 encoded data when the conifigured locale doesn't support that; avoid crashing on such invalid encoding. 2015-11-09 12:19:23 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs arrange for regional output manager to run when -J is enabled 2015-11-04 16:22:43 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs concurrent-output, first pass 2015-11-04 13:45:34 -04:00
CHANGELOG
Checks.hs
CmdLine.hs arrange for regional output manager to run when -J is enabled 2015-11-04 16:22:43 -04:00
Command.hs join back threads before ending concurrent output so display works 2015-11-05 17:23:26 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal move dep on http-client to main dep list, since Utility.Url uses it 2015-11-06 12:54:23 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs concurrent-output, first pass 2015-11-04 13:45:34 -04:00
NEWS
README
Remote.hs
Setup.hs
stack.yaml enable ConcurrentOutput flag for stack 2015-11-06 15:26:12 -04:00
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/>