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
2012-07-28 20:30:46 -04:00
Annex better readProcess 2012-07-19 00:57:40 -04:00
Assistant send notifications when the TransferQueue is changed 2012-07-28 18:47:24 -04:00
Backend better readProcess 2012-07-19 00:57:40 -04:00
Build switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
Command Merge branch 'master' into assistant 2012-07-27 21:05:34 -04:00
Common
debian Merge branch 'master' into assistant 2012-07-27 21:05:34 -04:00
doc Merge branch 'master' into assistant 2012-07-27 21:05:34 -04:00
Git better readProcess 2012-07-19 00:57:40 -04:00
Logs webapp now displays the real running and queued transfers 2012-07-27 11:47:34 -04:00
Messages
Remote add a path field to remotes 2012-07-22 14:30:43 -04:00
static template reorg 2012-07-27 20:47:48 -04:00
templates template reorg 2012-07-27 20:47:48 -04:00
Types add a path field to remotes 2012-07-22 14:30:43 -04:00
Upgrade
Utility add a newtype 2012-07-28 20:30:46 -04:00
.ghci
.gitattributes
.gitignore extacted Mounts.hsc from hsshellscript 2012-07-19 12:53:39 -04:00
Annex.hs
Assistant.hs send notifications when the TransferQueue is changed 2012-07-28 18:47:24 -04:00
Backend.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs copy, drop: Avoid checking numcopies attribute unnecessarily 2012-07-10 11:53:45 -06:00
Common.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
Config.hs better readProcess 2012-07-19 00:57:40 -04:00
configure.hs
CONTRIBUTING
COPYRIGHT
Crypto.hs
Fields.hs
git-annex.cabal add yesod-default 2012-07-27 12:09:34 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs git annex webapp now opens a browser to the webapp 2012-07-25 23:13:01 -04:00
GitAnnexShell.hs
GPL
Init.hs
INSTALL
Limit.hs
Locations.hs git annex webapp now opens a browser to the webapp 2012-07-25 23:13:01 -04:00
make-sdist.sh
Makefile work around GHC not knowing to rebuild files using template haskell 2012-07-26 22:59:14 -04:00
mdwn2man
Messages.hs
NEWS
Option.hs debugging improvements 2012-07-20 19:29:59 -04:00
README
Remote.hs
Seek.hs add back debug logging 2012-07-19 00:46:52 -04:00
Setup.hs
test.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
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/>