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
richih.mailinglist@c4d55c76731cd68299d3983dc5e6f5385128a68a 04811d1712 Added a comment
2015-06-08 23:55:20 +00:00
Annex import --clean-duplicates: Fix bug that didn't count local or trusted repo's copy of a file as one of the necessary copies to allow removing it from the import location. 2015-06-03 13:15:38 -04:00
Assistant Support monitoring systemd-networkd connectivity. 2015-06-02 12:51:17 -04:00
Backend
Build
CmdLine get --incomplete: New option to resume any interrupted downloads. 2015-06-02 14:20:38 -04:00
Command import --clean-duplicates: Fix bug that didn't count local or trusted repo's copy of a file as one of the necessary copies to allow removing it from the import location. 2015-06-03 13:15:38 -04:00
Common
Config
Database
debian re-remove hamlet dep 2015-06-06 14:13:46 -04:00
doc Added a comment 2015-06-08 23:55:20 +00:00
Git
Limit
Logs remove back-compat code for old version of containers 2015-06-06 15:23:53 -04:00
Messages
Remote show S3 urls for public repos in whereis 2015-06-05 16:52:38 -04:00
RemoteDaemon
standalone remove old patches for hamlet 2015-06-06 14:17:43 -04:00
static
templates
Types
Upgrade
Utility two more breakages introduced when removing the Params constructor 2015-06-03 13:02:33 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs S3: Publically accessible buckets can be used without creds. 2015-06-05 16:23:35 -04:00
Crypto.hs
ghci
git-annex.cabal re-remove hamlet dep 2015-06-06 14:13:46 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs fairly complete tests for git-annex import 2015-06-03 14:39:47 -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/>