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-06-12 14:32:18 -04:00
Annex Fix bug that prevented enumerating locally present objects in repos tuned with annex.tune.objecthash1=true 2015-06-11 15:15:05 -04:00
Assistant
Backend
Build
CmdLine
Command
Common
Config
Database
debian Fix bug that prevented enumerating locally present objects in repos tuned with annex.tune.objecthash1=true 2015-06-11 15:15:05 -04:00
doc plan update 2015-06-12 14:32:18 -04:00
Git
Limit
Logs 4 ns optimisation of repeated calls to hasDifference on the same Differences 2015-06-11 16:34:35 -04:00
Messages
Remote
RemoteDaemon
standalone
static
templates
Types 4 ns optimisation of repeated calls to hasDifference on the same Differences 2015-06-11 16:34:35 -04:00
Upgrade
Utility oh foo, I didn't mean to include this in the prev commit 2015-06-11 16:43:59 -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
Crypto.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs removed all uses of undefined from code base 2015-04-19 00:38:29 -04:00
INSTALL
Limit.hs
Locations.hs optimise ObjectHashLower handling 2015-06-12 13:05:44 -04:00
Logs.hs
Makefile add commit-standalone target to refresh quilt patch 2015-06-10 13:57:04 -04:00
Messages.hs
NEWS
README
Remote.hs
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/>