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
sven.rieke@2bfe1de15de1bb402f962e41f9e5bfc1be1cf8d1 d8a714a881
2016-09-25 15:00:18 +00:00
Annex fix bugs in handing of deep branches with sync and adjusted branches 2016-09-21 15:23:47 -04:00
Assistant remove redundant constraint 2016-09-15 00:04:56 -04:00
Backend
Build Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384. 2016-09-05 14:11:35 -04:00
CmdLine addurl, get: Added --json-progress option, which adds progress objects to the json output. 2016-09-09 15:06:54 -04:00
Command addurl, importfeed: Improve behavior when file being added is gitignored. 2016-09-21 17:21:48 -04:00
Config
Database
debian Removed dependency on json library; all JSON is now handled by aeson. 2016-07-26 19:15:34 -04:00
doc 2016-09-25 15:00:18 +00:00
Git fix bugs in handing of deep branches with sync and adjusted branches 2016-09-21 15:23:47 -04:00
Limit
Logs move Arbitrary instance to new Types.Transfer module 2016-09-05 14:52:06 -04:00
Messages drop incremental json object display; clean up code 2016-09-09 18:13:55 -04:00
Remote make --json-progress update meter when getting from git remote with rsync 2016-09-09 16:05:45 -04:00
RemoteDaemon
standalone typo 2016-09-06 14:51:15 -04:00
static
templates
Types drop incremental json object display; clean up code 2016-09-09 18:13:55 -04:00
Upgrade
Utility use System.Directory not Utility.Directory 2016-09-22 11:34:55 -04:00
.ghci
.gitattributes update changelog location 2016-08-22 23:54:11 -04:00
.gitignore
.mailmap
Annex.hs disentangle concurrency and message type 2016-09-09 12:57:42 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG prep release 2016-09-23 09:45:46 -04:00
CmdLine.hs Make --json and --quiet suppress automatic init messages 2016-09-05 15:34:38 -04:00
Command.hs Make --json and --quiet suppress automatic init messages 2016-09-05 15:34:38 -04:00
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal remove cabal.config 2016-09-23 11:55:02 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384. 2016-09-05 14:11:35 -04:00
Messages.hs drop incremental json object display; clean up code 2016-09-09 18:13:55 -04:00
NEWS
README
Remote.hs Removed dependency on json library; all JSON is now handled by aeson. 2016-07-26 19:15:34 -04:00
Setup.hs
stack.yaml pin concurrent-output to a version that works on windows 2016-09-21 18:01:46 -04:00
Test.hs squelch build warning on windows 2016-09-06 14:59:32 -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/>