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-08-19 14:49:11 -04:00
Annex Fix reversion in init when ran as root, introduced in version 5.20150731. 2015-08-19 12:36:17 -04:00
Assistant --debug is passed along to git-annex-shell when git-annex is in debug mode. 2015-08-13 15:05:39 -04:00
Backend
Build Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, and cpp. 2015-08-19 13:53:57 -04:00
CmdLine
Command importfeed --relaxed: Avoid hitting the urls of items in the feed. 2015-08-19 12:24:55 -04:00
Common
Config
Database
debian Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, and cpp. 2015-08-19 13:53:57 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-19 14:49:11 -04:00
Git avoid nul-truncation 2015-08-11 18:46:10 -04:00
Limit
Logs
Messages
Remote disable whereisKey for encrypted or chunked remotes 2015-08-19 14:16:01 -04:00
RemoteDaemon
standalone
static
templates
Types fix test suite fail in LANG=C 2015-08-12 10:36:51 -04:00
Upgrade
Utility importfeed --relaxed: Avoid hitting the urls of items in the feed. 2015-08-19 12:24:55 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs refactor 2015-08-17 11:21:13 -04:00
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal comment 2015-08-19 13:07:35 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile exclude thanks page to avoid lintian error about embedded gif 2015-08-19 14:12:22 -04:00
Messages.hs --debug is passed along to git-annex-shell when git-annex is in debug mode. 2015-08-13 15:05:39 -04:00
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/>