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
2014-02-20 13:25:57 -04:00
Annex add tip about metadata driven views (and more flexible view filtering) 2014-02-19 16:29:56 -04:00
Assistant remove Read instance for Ref 2014-02-19 01:19:57 -04:00
Backend
Build windows: Fix process termination code. 2014-02-13 15:53:10 -04:00
CmdLine add tip about metadata driven views (and more flexible view filtering) 2014-02-19 16:29:56 -04:00
Command urk, forgot to check this in yesterday! 2014-02-20 13:00:34 -04:00
Common
Config
debian add tip about metadata driven views (and more flexible view filtering) 2014-02-19 16:29:56 -04:00
doc credits 2014-02-20 13:25:57 -04:00
Git remove Read instance for Ref 2014-02-19 01:19:57 -04:00
Limit
Logs remove special case for tags in view branch names 2014-02-19 17:38:45 -04:00
Messages
Remote remove Read instance for Ref 2014-02-19 01:19:57 -04:00
standalone fix filename 2014-02-11 01:18:29 -04:00
static
templates
Types add tip about metadata driven views (and more flexible view filtering) 2014-02-19 16:29:56 -04:00
Upgrade remove Read instance for Ref 2014-02-19 01:19:57 -04:00
Utility add git annex view command 2014-02-18 18:22:20 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs metacata command can now operate on many files at once 2014-02-13 01:49:38 -04:00
Assistant.hs windows: Fix process termination code. 2014-02-13 15:53:10 -04:00
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs more hlint 2014-02-11 10:48:52 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
Crypto.hs
ghci
git-annex.cabal windows: Fix process termination code. 2014-02-13 15:53:10 -04:00
git-annex.hs fix windows env hack 2014-02-14 14:22:57 -04:00
git-union-merge.hs
Git.hs remove Read instance for Ref 2014-02-19 01:19:57 -04:00
INSTALL
Limit.hs limiting files based on metadata 2014-02-13 02:24:30 -04:00
Locations.hs add git annex view command 2014-02-18 18:22:20 -04:00
Logs.hs add metadata command to get/set metadata 2014-02-12 21:30:33 -04:00
Makefile
Messages.hs
NEWS
README
Remote.hs more hlint 2014-02-11 10:48:52 -04:00
Setup.hs
Test.hs add git annex view command 2014-02-18 18:22:20 -04:00
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/>