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
Joey Hess b9afb7785e typo
2012-07-31 21:12:58 -04:00
Annex
Assistant typo 2012-07-31 21:12:58 -04:00
Backend
Build
Command when run in uninitialized git repo, do firstrun 2012-07-31 16:19:24 -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-30 18:20:55 -04:00
Git
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 add icons 2012-07-31 03:10:16 -04:00
templates full input validation for repository path 2012-07-31 20:56:10 -04:00
Types add a path field to remotes 2012-07-22 14:30:43 -04:00
Upgrade
Utility fix push status, broken when inParallel was adapted for -threaded 2012-07-30 11:52:44 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs webapp now starts up when run not in a git repo 2012-07-31 12:17:31 -04:00
Backend.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
CONTRIBUTING
COPYRIGHT
Crypto.hs
Fields.hs
git-annex.cabal renamed /status to /transfers 2012-07-28 23:55:41 -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 when run in uninitialized git repo, do firstrun 2012-07-31 16:19:24 -04:00
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 move out to template 2012-07-31 18:33:19 -04:00
mdwn2man
Messages.hs
NEWS
Option.hs debugging improvements 2012-07-20 19:29:59 -04:00
README
Remote.hs tweak intro 2012-07-29 22:11:01 -04:00
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/>