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-03-11 01:37:58 -04:00
Annex
Assistant let's put type modules under the parent module, not in a Types directory 2013-03-10 22:24:13 -04:00
Backend
Build
Command skip non-directories in status 2013-03-11 01:37:26 -04:00
Common
debian status: Can now be run with a directory path to show only the status of that directory, rather than the whole annex. 2013-03-11 01:22:56 -04:00
doc Added a comment 2013-03-11 05:33:09 +00:00
Git
Locations
Logs
Messages
Remote copyToRemote should return True when the remote already has the key 2013-03-10 17:54:27 -04:00
standalone
static
templates show build flags on webapp about page 2013-03-09 14:59:38 -04:00
Types
Upgrade
Utility addurl url escaping foo 2013-03-10 23:00:33 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs add build flags to version output 2013-03-09 14:57:23 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy. 2013-03-08 15:29:01 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy. 2013-03-08 15:29:01 -04:00
Locations.hs
Makefile switch CABAL to cabal 2013-03-10 17:21:13 -04:00
Messages.hs
Meters.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
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/>