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
http://christian.amsuess.com/chrysn 18012c7ec8 enhancement suggestion
2011-08-12 13:09:11 +00:00
Backend unify elipsis handling 2011-07-19 14:07:23 -04:00
Command unify elipsis handling 2011-07-19 14:07:23 -04:00
debian Fix shell escaping in rsync special remote. 2011-07-29 15:28:21 +02:00
doc enhancement suggestion 2011-08-12 13:09:11 +00:00
Git hlint tweaks 2011-07-15 03:12:05 -04:00
Remote Fix shell escaping in rsync special remote. 2011-07-29 15:28:21 +02:00
Types hlint tweaks 2011-07-15 03:12:05 -04:00
Upgrade unify elipsis handling 2011-07-19 14:07:23 -04:00
Utility finished hlint pass 2011-07-15 12:47:14 -04:00
.gitattributes
.gitignore cabal can now be used to build git-annex. 2011-06-30 14:55:03 -04:00
Annex.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
AnnexQueue.hs unify elipsis handling 2011-07-19 14:07:23 -04:00
Backend.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Branch.hs unify elipsis handling 2011-07-19 14:07:23 -04:00
CHANGELOG
CmdLine.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Command.hs unify elipsis handling 2011-07-19 14:07:23 -04:00
Config.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
configure.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Content.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Crypto.hs hlint tweaks 2011-07-15 03:12:05 -04:00
git-annex-shell.hs hlint tweaks 2011-07-15 03:12:05 -04:00
git-annex.cabal releasing version 3.20110719 2011-07-19 23:52:09 -04:00
git-annex.hs
git-union-merge.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Git.hs hlint tweaks 2011-07-15 03:12:05 -04:00
GitAnnex.hs Support the standard git -c name=value 2011-07-14 16:51:20 -04:00
GPL
INSTALL
LocationLog.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Locations.hs finished hlint pass 2011-07-15 12:47:14 -04:00
Makefile add a nasty workaround for a nasty cabal limitation 2011-07-07 19:50:14 -04:00
mdwn2man
Messages.hs unify elipsis handling 2011-07-19 14:07:23 -04:00
Options.hs
PresenceLog.hs hlint tweaks 2011-07-15 03:12:05 -04:00
README
Remote.hs hlint tweaks 2011-07-15 03:12:05 -04:00
RemoteLog.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Setup.hs cabal can now be used to build git-annex. 2011-06-30 14:55:03 -04:00
StatFS.hsc Fix sign bug in disk free space checking. 2011-07-05 20:53:58 -04:00
test.hs hlint tweaks 2011-07-15 03:12:05 -04:00
TestConfig.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Touch.hsc finished hlint pass 2011-07-15 12:47:14 -04:00
Trust.hs
Types.hs
Upgrade.hs
Utility.hs typo 2011-07-16 15:09:57 -04:00
UUID.hs hlint tweaks 2011-07-15 03:12:05 -04:00
Version.hs hlint tweaks 2011-07-15 03:12:05 -04:00

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/>