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
Joey Hess 4a915cd3cd add forget command
Works, more or less. --dead is not implemented, and so far a new branch
is made, but keys no longer present anywhere are not scrubbed.

git annex sync fails to push the synced/git-annex branch after a forget,
because it's not a fast-forward of the existing synced branch. Could be
fixed by making git-annex sync use assistant-style sync branches.
2013-08-28 16:41:13 -04:00
Annex add forget command 2013-08-28 16:41:13 -04:00
Assistant only retry every 60 seconds 2013-08-24 14:37:34 -04:00
Backend
Build
Command add forget command 2013-08-28 16:41:13 -04:00
Common
Config
debian prep release 2013-08-27 13:31:41 -04:00
doc add forget command 2013-08-28 16:41:13 -04:00
Git Unused: bugfix 2013-08-26 13:50:09 -04:00
GitAnnex
Logs add forget command 2013-08-28 16:41:13 -04:00
Messages
Remote
standalone Android: Fix bug in terminal app that caused it to spin using much CPU and battery. This problem was introduced in version 4.20130601. 2013-08-26 22:00:16 -04:00
static
templates
Types
Upgrade
Utility Speed up the 'unused' command. 2013-08-25 21:02:13 -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 prep release 2013-08-27 13:31:41 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs add forget command 2013-08-28 16:41:13 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs untested transition detection on merging, and transition running code 2013-08-28 15:57:42 -04:00
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs Unused: bugfix 2013-08-26 13:50:09 -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/>