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
https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs 7298f95a76 Added a step I had to do on my own OS X machine with 10.6 in order for the build to work.
2013-05-25 18:36:37 +00:00
Annex assistant: Work around git-cat-file's not reloading the index after files are staged. 2013-05-25 00:37:41 -04:00
Assistant remove debug print 2013-05-25 00:02:39 -04:00
Backend fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Build Allow building with gpg2. 2013-05-19 17:59:58 -04:00
Command content: New command line way to view and configure a repository's preferred content settings. 2013-05-25 12:44:58 -04:00
Common
Config Detect bad content in ~/.config/git-annex/program and look in PATH instead. 2013-05-20 17:42:40 -04:00
debian content: New command line way to view and configure a repository's preferred content settings. 2013-05-25 12:44:58 -04:00
doc Added a step I had to do on my own OS X machine with 10.6 in order for the build to work. 2013-05-25 18:36:37 +00:00
Git include HEAD in CanPush shas 2013-05-21 20:04:38 -04:00
GitAnnex
Logs rename module 2013-05-12 19:19:28 -04:00
Messages
Remote Improve error handling when getting uuid of http remotes to auto-ignore, like with ssh remotes. 2013-05-25 01:47:19 -04:00
standalone Android app: Avoid using hard links to app's lib directory, which is sometimes on a different filesystem than the data directory. 2013-05-23 13:54:49 -04:00
static
templates add better documentation that pairing pairs all repositories configured to use the same jabber account 2013-05-16 20:21:47 -04:00
Types forgot to add 2013-05-25 13:51:27 -04:00
Upgrade rename module 2013-05-12 19:19:28 -04:00
Utility fix handling of Not in the matcher 2013-05-25 13:50:27 -04:00
.ghci
.gitattributes
.gitignore releasing version 4.20130521 2013-05-21 14:23:27 -04:00
Annex.hs assistant: Work around git-cat-file's not reloading the index after files are staged. 2013-05-25 00:37:41 -04:00
Assistant.hs assistant: Work around git-cat-file's not reloading the index after files are staged. 2013-05-25 00:37:41 -04:00
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Command.hs
Common.hs fix the day's windows permissions damage 2013-05-12 19:09:48 -04:00
Config.hs
configure.hs
COPYRIGHT
Creds.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Crypto.hs
Fields.hs
ghci
git-annex.cabal further restrict yesod versions, for people who have newer stuff installed 2013-05-24 10:25:39 -04:00
git-annex.hs try building test suite on windows 2013-05-17 16:45:44 -04:00
git-union-merge.hs
Git.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
GitAnnex.hs content: New command line way to view and configure a repository's preferred content settings. 2013-05-25 12:44:58 -04:00
GitAnnexShell.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Init.hs fix 2013-05-17 16:25:12 -04:00
INSTALL
Limit.hs refactor 2013-05-24 23:07:26 -04:00
Locations.hs fuzz tester 2013-05-23 19:00:46 -04:00
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs refactor 2013-05-24 23:07:26 -04:00
Setup.hs
Test.hs some basic tests of preferred content expressions and standard groups 2013-05-25 13:51:36 -04:00
Types.hs
Upgrade.hs fix permission damage (thanks, Windows) 2013-05-11 23:54:25 -04:00
Usage.hs content: New command line way to view and configure a repository's preferred content settings. 2013-05-25 12:44:58 -04:00

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/>