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 9b4050fb77
typo
2014-05-27 16:39:04 -04:00
Annex Fix encoding of data written to git-annex branch. Avoid truncating unicode characters to 8 bits. 2014-05-27 14:16:33 -04:00
Assistant webapp: When setting up a ssh remote, if the user inputs ~/foo, normalize that to foo, since it's in the home directory by default. 2014-05-27 14:33:27 -04:00
Backend
Build proper fix for "foo"# -- need MagicHash extension 2014-05-25 23:27:48 -04:00
CmdLine
Command
Common
Config
debian webapp: When setting up a ssh remote, if the user inputs ~/foo, normalize that to foo, since it's in the home directory by default. 2014-05-27 14:33:27 -04:00
doc typo 2014-05-27 16:39:04 -04:00
Git
Limit
Logs
Messages
Remote initremote/enableremote: Basic support for using with regular git remotes 2014-05-22 13:42:17 -04:00
RemoteDaemon
standalone fix gnutls to link, again 2014-05-26 17:56:41 -04:00
static
templates
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile proper fix for "foo"# -- need MagicHash extension 2014-05-25 23:27:48 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs
Types.hs
Upgrade.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/>