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/ c49354b4bf Added a comment
2013-11-03 19:57:25 +00:00
Annex add --want-get and --want-drop options 2013-10-28 14:50:17 -04:00
Assistant Fix zombie process that occurred when switching between repository views in the webapp. 2013-11-02 22:25:08 -04:00
Backend
Build
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 zombie process that occurred when switching between repository views in the webapp. 2013-11-02 22:25:08 -04:00
doc Added a comment 2013-11-03 19:57:25 +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
static
templates get some users out of a corner of the UI they should not have ventured into 2013-11-02 21:06:17 -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
Annex.hs
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
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/>