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-04-20 04:35:06 +00:00
Annex
Assistant assistant: Work around misfeature in git 1.8.2 that makes git commit --alow-empty -m "" run an editor. 2013-04-18 16:27:17 -04:00
Backend
Build argh!! http://hackage.haskell.org/package/zeroth 2013-04-18 20:10:31 -04:00
Command untested browser opening on Android 2013-04-18 12:52:55 -04:00
Common
Config
debian assistant: Work around misfeature in git 1.8.2 that makes git commit --alow-empty -m "" run an editor. 2013-04-18 16:27:17 -04:00
doc poll vote (DCIM directory (photos and videos only)) 2013-04-20 04:35:06 +00:00
Git
GitAnnex
Locations
Logs
Messages
Remote
standalone fix unavailable symbols in bionic, should let webdav build 2013-04-19 16:32:16 -04:00
static
templates format transcript better 2013-04-16 17:42:24 -04:00
Types
Upgrade
Utility untested browser opening on Android 2013-04-18 12:52:55 -04:00
.ghci
.gitattributes
.gitignore ignore *.o and *.hi, which are now all removed on clean 2013-04-14 16:58:15 -04:00
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs seems I need PackageImports here for configure 2013-04-14 13:20:01 -04:00
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal enable webdav on android 2013-04-19 17:30:05 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Makefile enable webdav on android 2013-04-19 17:30:05 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs split out library 2013-04-17 12:02:44 -04:00
Test.hs
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/>