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 ed21043ab7 typo
2014-12-30 15:33:42 -04:00
Annex Revert "temporary debugging code for windows autobuilder test suite failure" 2014-12-30 15:18:38 -04:00
Assistant fixed all remaining build warnings on Windows 2014-12-29 17:30:20 -04:00
Backend
Build
CmdLine Run shutdown cleanup actions even if there were failures processing the command. 2014-12-30 12:49:34 -04:00
Command cleanup 2014-12-29 15:35:14 -04:00
Common
Config
debian Windows: Got the rsync special remote working. 2014-12-30 15:05:59 -04:00
doc local rsync special remote fixed on windows 2014-12-30 14:24:00 -04:00
Git
Limit
Logs setpresentkey: A new plumbing-level command. 2014-12-29 15:16:40 -04:00
Messages
Remote bittorrent: Fix locking problem when using addurl file:// 2014-12-30 13:07:20 -04:00
RemoteDaemon
standalone typo 2014-12-30 15:33:42 -04:00
static
templates
Types
Upgrade
Utility Windows: Got the rsync special remote working. 2014-12-30 15:05:59 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs fix typo 2014-12-29 16:37:36 -04:00
CHANGELOG
Checks.hs
CmdLine.hs Run shutdown cleanup actions even if there were failures processing the command. 2014-12-30 12:49:34 -04:00
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs fix build warning 2014-12-29 16:44:56 -04:00
NEWS
README
Remote.hs
Setup.hs
Test.hs enable rsync special remote test on windows 2014-12-30 14:24:48 -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/>