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-14 19:59:14 -05:00
Annex convert from internal git path when checking symlink standin file 2013-05-14 15:08:40 -05: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-14 15:37:24 -04:00
doc Merge branch 'master' into windows 2013-05-14 15:37:24 -04:00
Git fill in a few windows stubs 2013-05-14 16:32:03 -05: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 bugfix 2013-05-09 16:09:43 -04:00
static
templates remove stubs 2013-05-09 14:59:29 -04:00
Types
Upgrade rename module 2013-05-12 19:19:28 -04:00
Utility better error message for Windows stub 2013-05-14 16:38:26 -05:00
.ghci
.gitattributes
.gitignore
Annex.hs
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 disable core.symlinks before enabling direct mode 2013-05-14 14:18:34 -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
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 fix build 2013-05-12 19:13:38 -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/>