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/ 1f82232ea4 Added a comment
2013-11-03 00:29:15 +00:00
Annex add --want-get and --want-drop options 2013-10-28 14:50:17 -04:00
Assistant Improve local pairing behavior when two computers both try to start the pairing process separately. 2013-11-02 15:10:29 -04:00
Backend
Build avoid using "gcrypt" for git-remote-gcrypt; there's also a library by that name 2013-10-21 18:45:19 -04:00
Command Fix enabling of gcrypt repository accessed over ssh; git-annex-shell gcryptsetup had a bug that caused it to fail with permission denied. 2013-11-02 20:15:40 -04:00
Common
Config
debian Fix enabling of gcrypt repository accessed over ssh; git-annex-shell gcryptsetup had a bug that caused it to fail with permission denied. 2013-11-02 20:15:40 -04:00
doc Added a comment 2013-11-03 00:29:15 +00:00
Git assistant: Support repairing git remotes that are locally accessible 2013-10-27 15:38:59 -04:00
GitAnnex wording 2013-10-28 14:51:51 -04:00
Limit add --want-get and --want-drop options 2013-10-28 14:50:17 -04:00
Logs refactor 2013-10-28 14:05:55 -04:00
Messages
Remote really fix gcrypt for 7be69a2491 2013-11-02 20:10:54 -04:00
standalone refresh patches to current hackage versions 2013-10-18 22:44:06 -04:00
static
templates webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
Types webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
Upgrade
Utility fix quickcheck range 2013-11-01 11:54:26 -04:00
.ghci
.gitattributes
.gitignore git-recover-repository 1/2 done 2013-10-20 17:50:51 -04:00
Annex.hs cleanup 2013-10-18 11:24:41 -04:00
Assistant.hs webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
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 prep release 2013-11-01 11:57:47 -04:00
git-annex.hs
git-recover-repository.hs minor 2013-10-23 13:19:37 -04:00
git-union-merge.hs
Git.hs
GitAnnex.hs The "git annex content" command is renamed to "git annex wanted". 2013-10-28 14:08:38 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs refactor 2013-10-28 14:05:55 -04:00
Locations.hs add git fsck to cronner, and UI for repository repair (not yet wired up) 2013-10-22 16:02:52 -04:00
Logs.hs
Makefile git-recover-repository 1/2 done 2013-10-20 17:50:51 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs automatically launch git repository repair 2013-10-27 16:42:13 -04:00
Seek.hs add: Fix reversion in 4.20130827 when adding unlocked files that have not yet been committed. 2013-10-28 13:46:26 -04:00
Setup.hs
Test.hs uninit now leaves behind copies of the files, due to unannex behavior change 2013-11-01 12:18:16 -04:00
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/>