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
2013-05-15 19:18:04 -04:00
Annex Merge branch 'master' into windows 2013-05-15 19:18:04 -04:00
Assistant rename module 2013-05-12 19:19:28 -04:00
Backend fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Build windows installer is fully working 2013-05-14 19:59:14 -05:00
Command Merge branch 'master' into windows 2013-05-14 15:37:24 -04:00
Common
Config rename module 2013-05-12 19:19:28 -04:00
debian Merge branch 'master' into windows 2013-05-15 19:18:04 -04:00
doc Merge branch 'master' into windows 2013-05-15 19:18:04 -04:00
Git fix build 2013-05-15 18:33:47 -04:00
GitAnnex
Logs rename module 2013-05-12 19:19:28 -04:00
Messages
Remote fix 2013-05-14 13:58:17 -04:00
standalone add DNS library to Android build environment 2013-05-15 19:11:09 -04:00
static
templates remove stubs 2013-05-09 14:59:29 -04:00
Types allow configuring the preferreddir 2013-04-26 13:01:06 -04:00
Upgrade rename module 2013-05-12 19:19:28 -04:00
Utility fix the day's Windows permissions damage 2013-05-14 20:15:14 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs start one git-cat-file per index file 2013-05-15 18:46:38 -04:00
Assistant.hs reomove showStart, unnecessary 2013-05-09 13:21:24 -04:00
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Command.hs
Common.hs fix the day's windows permissions damage 2013-05-12 19:09:48 -04:00
Config.hs
configure.hs
COPYRIGHT
Creds.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Crypto.hs
Fields.hs
ghci
git-annex.cabal use unix-compat, removed a lot of stubs in Utility.FileMode 2013-05-11 11:16:47 -05:00
git-annex.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
git-union-merge.hs
Git.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
GitAnnex.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
GitAnnexShell.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Init.hs fix the day's Windows permissions damage 2013-05-14 20:15:14 -04:00
INSTALL
Limit.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Locations.hs fix the day's windows permissions damage 2013-05-12 19:09:48 -04:00
Makefile android build fix 2013-05-04 14:25:24 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Setup.hs
Test.hs a few fixes for the test suite in direct mode 2013-05-15 17:44:30 -04:00
Types.hs
Upgrade.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
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/>