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
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo 4f1d5f391f Added a comment
2015-04-09 13:17:42 +00:00
Annex avoid using --literal-pathspecs with git older than 1.8.1 which added it 2015-04-06 13:46:11 -04:00
Assistant make segmentXargs preserve order 2015-04-02 00:31:36 -04:00
Backend
Build use signingKey 2015-04-06 18:56:38 -04:00
CmdLine rethought distributed fsck; instead add activity.log and expire command 2015-04-05 12:50:02 -04:00
Command wording 2015-04-08 16:16:42 -04:00
Common
Config
Database
debian add: If annex.largefiles is set and does not match a file that's being added, the file will be checked into git rather than being added to the annex. Previously, git annex add skipped over such files; this new behavior is more useful in direct mode. 2015-04-08 16:14:23 -04:00
doc Added a comment 2015-04-09 13:17:42 +00:00
Git use --literal-pathspecs globally, as a better way to avoid globbing 2015-03-30 19:44:13 -04:00
Limit
Logs rethought distributed fsck; instead add activity.log and expire command 2015-04-05 12:50:02 -04:00
Messages relay external special remote stderr through progress suppression machinery (eep!) 2015-04-04 14:54:03 -04:00
Remote relay external special remote stderr through progress suppression machinery (eep!) 2015-04-04 14:54:03 -04:00
RemoteDaemon rename bothHandles -> ioHandles 2015-04-03 15:35:18 -04:00
standalone remove one-off clean 2015-04-06 14:11:43 -04:00
static
templates
Types use def 2015-04-03 19:56:56 -04:00
Upgrade add import 2015-04-03 15:35:32 -04:00
Utility bring back --quiet filtering of stdout and stderr, with deadlock fixed 2015-04-06 20:20:52 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs use def 2015-04-03 19:56:56 -04:00
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs --auto is no longer a global option; only get, drop, and copy accept it. 2015-03-25 17:06:14 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal emergency release 2015-04-06 17:13:20 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs rethought distributed fsck; instead add activity.log and expire command 2015-04-05 12:50:02 -04:00
Makefile apply same fix to sdist target 2015-03-27 18:01:29 -04:00
Messages.hs well along the way to fully quiet --quiet 2015-04-04 14:34:03 -04:00
NEWS
README
Remote.hs
Setup.hs
Test.hs test: Fix --list-tests 2015-03-31 14:47:27 -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/>