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
Joey Hess 10876ca59e wording
2012-02-04 16:37:55 -04:00
Annex IO exception rework 2012-02-03 16:47:24 -04:00
Backend
Build
Command remove old comment 2012-02-04 16:34:13 -04:00
Common
debian note 7.4 needed 2012-02-04 14:51:52 -04:00
doc note 7.4 needed 2012-02-04 14:51:52 -04:00
Git use fileEncoding for git-update-index input handle 2012-02-04 13:03:33 -04:00
Logs
Messages
Remote IO exception rework 2012-02-03 16:47:24 -04:00
Types
Upgrade IO exception rework 2012-02-03 16:47:24 -04:00
Utility really fix foreign C functions filename encodings 2012-02-04 14:30:28 -04:00
.gitattributes
.gitignore
Annex.hs
Backend.hs IO exception rework 2012-02-03 16:47:24 -04:00
CHANGELOG
Checks.hs
CmdLine.hs IO exception rework 2012-02-03 16:47:24 -04:00
Command.hs
Common.hs IO exception rework 2012-02-03 16:47:24 -04:00
Config.hs
configure.hs
Crypto.hs
git-annex-shell.hs
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GPL
Init.hs
INSTALL
Limit.hs
Locations.hs
Makefile
mdwn2man
Messages.hs wording 2012-02-04 16:37:55 -04:00
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
test.hs add a test case for adding a file with a unicode filename 2012-01-31 16:34:04 -04:00
Types.hs
Upgrade.hs
Usage.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 <http://git-annex.branchable.com/>