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
http://id.clacke.se/ e473ab7899 Added a comment
2013-11-11 05:32:14 +00:00
Annex add new status command 2013-11-07 14:07:25 -04:00
Assistant webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
Backend
Build Include ssh-keygen in standalone bundle. 2013-11-08 14:29:47 -04:00
Command webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
Common
Config
debian Fix bug that caused bad information to be written to the git-annex branch when running describe or other commands with a remote that has no uuid. 2013-11-09 13:37:30 -04:00
doc Added a comment 2013-11-11 05:32:14 +00:00
Git webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
GitAnnex
Limit
Logs clean up cruft left in log by bug 2013-11-09 14:30:26 -04:00
Messages
Remote
standalone update to arm-linux-androideabi-4.8 and current cabal 2013-11-11 00:04:04 -04:00
static
templates webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
Types webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/ 2013-11-06 16:33:45 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs remove *>=> and >=*> ; use <$$> instead 2013-09-27 19:58:48 -04:00
Fields.hs
ghci
git-annex.cabal Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/ 2013-11-06 16:33:45 -04:00
git-annex.hs
git-recover-repository.hs
git-union-merge.hs
Git.hs
GitAnnex.hs Merge branch 'directguard' 2013-11-07 14:12:13 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile update to arm-linux-androideabi-4.8 and current cabal 2013-11-11 00:04:04 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs Fix bug that caused bad information to be written to the git-annex branch when running describe or other commands with a remote that has no uuid. 2013-11-09 13:37:30 -04:00
Seek.hs
Setup.hs
Test.hs adjust test suite to work with and test direct mode guard 2013-11-06 16:10:33 -04:00
Types.hs moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
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/>