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://joeyh.name/ 57635f7783 Added a comment
2013-04-24 23:56:54 +00:00
Annex sync: Bug fix, avoid adding to the annex the dummy symlinks used on crippled filesystems. 2013-04-23 17:14:28 -04:00
Assistant get rid of need to run pre-commit hook when assistant commits in direct mode 2013-04-24 18:04:59 -04:00
Backend
Build fix build 2013-04-24 11:08:35 -04:00
Command show a message to tell why adding a file failed 2013-04-23 18:09:00 -04:00
Common
Config
debian add TList, built on DList 2013-04-24 16:01:01 -04:00
doc Added a comment 2013-04-24 23:56:54 +00:00
Git
GitAnnex
Logs
Messages
Remote Detect when the remote is broken like bitbucket is, and exits 0 when it fails to run git-annex-shell. 2013-04-23 20:06:02 -04:00
standalone
static
templates improve display of multiline messages in alerts 2013-04-24 11:45:41 -04:00
Types
Upgrade
Utility remove last use of TSet 2013-04-24 17:16:04 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal add TList, built on DList 2013-04-24 16:01:01 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Makefile
Messages.hs show one alert when bulk adding files 2013-04-24 13:04:46 -04:00
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/>