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-05-08 15:09:08 -04:00
Annex move nubbing into function whose algo needs a nubbed list 2015-04-30 14:11:59 -04:00
Assistant remaining dataenc to sandi conversions 2015-05-07 18:07:13 -04:00
Backend
Build add a wrapper for ssh-keygen 2015-05-08 14:55:57 -04:00
CmdLine contentlocation, examinekey, lookupkey: Added --batch mode option. 2015-05-06 13:44:53 -04:00
Command Improve quvi 0.4 output parsing to handle cases wher there is no known filename extension. This is currently the case when using quvi with youtube. In this case, the extension ".m" will be used. 2015-05-08 13:39:00 -04:00
Common
Config
Database
debian seems that webapp ssh password ssh-agent hack is broken on windows after recent ssh changes 2015-05-08 15:07:23 -04:00
doc add news item for git-annex 5.20150508 2015-05-08 15:09:08 -04:00
Git
Limit
Logs
Messages
Remote remaining dataenc to sandi conversions 2015-05-07 18:07:13 -04:00
RemoteDaemon
standalone add a wrapper for ssh-keygen 2015-05-08 14:55:57 -04:00
static
templates
Types
Upgrade
Utility Improve quvi 0.4 output parsing to handle cases wher there is no known filename extension. This is currently the case when using quvi with youtube. In this case, the extension ".m" will be used. 2015-05-08 13:39:00 -04:00
.ghci
.gitattributes
.gitignore
.mailmap Add all combinations for Joey Hess 2015-05-03 02:25:55 +02:00
Annex.hs refactor 2015-04-30 15:04:01 -04:00
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2015-05-08 13:42:45 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs Improve behavior when a git-annex command is told to operate on a file that doesn't exist. It will now continue to other files specified after that on the command line, and only error out at the end. 2015-04-30 15:28:17 -04:00
NEWS
README
Remote.hs improve messages 2015-04-30 14:10:28 -04:00
Setup.hs
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/>