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-12 19:09:39 -04:00
Annex deal with git using / internally, even on DOS 2013-05-12 17:29:49 -05:00
Assistant use setCurrentDirectory 2013-05-11 19:14:30 -04:00
Backend fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Build fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Command fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Common
Config
debian add unix-compat to deps 2013-05-11 17:21:12 -04:00
doc add unix-compat to deps 2013-05-11 17:21:12 -04:00
Git deal with git using / internally, even on DOS 2013-05-12 17:29:49 -05:00
GitAnnex
Logs deal with git using / internally, even on DOS 2013-05-12 17:29:49 -05:00
Messages
Remote fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -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 fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Utility fix build 2013-05-12 19:09:39 -04: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 work around MissingH's absNormPath not working on Windows 2013-05-12 16:36:44 -05: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 permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
INSTALL
Limit.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Locations.hs fix path separator 2013-05-12 17:18:34 -05: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 fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -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/>