2015-03-23 22:20:42 +00:00
|
|
|
# NAME
|
|
|
|
|
2015-06-09 18:52:05 +00:00
|
|
|
git-annex dead - hide a lost repository or key
|
2015-03-23 22:20:42 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2015-06-09 18:52:05 +00:00
|
|
|
git annex dead `[repository ...] [--key key]`
|
2015-03-23 22:20:42 +00:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2015-06-09 18:52:05 +00:00
|
|
|
This command exists to deal with situations where data has been lost,
|
|
|
|
and you know it has, and you want to stop being reminded of that fact.
|
2015-03-23 22:20:42 +00:00
|
|
|
|
2015-06-09 18:52:05 +00:00
|
|
|
When a repository is specified, indicates that the repository has
|
|
|
|
been irretrievably lost, so it will not be listed in eg, `git annex info`.
|
2015-03-23 22:20:42 +00:00
|
|
|
Repositories can be specified using their remote name, their
|
2015-06-09 18:52:05 +00:00
|
|
|
description, or their UUID. (To undo, use `git-annex semitrust`.)
|
|
|
|
|
|
|
|
When a key is specified, indicates that the content of that key has been
|
|
|
|
irretrievably lost. This prevents `git annex fsck --all` from complaining
|
|
|
|
about it. (To undo, add the key's content back to the repository,
|
|
|
|
by using eg, `git-annex reinject`.)
|
2015-03-23 22:20:42 +00:00
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2015-05-29 16:12:55 +00:00
|
|
|
[[git-annex-trust]](1)
|
|
|
|
|
|
|
|
[[git-annex-semitrust]](1)
|
|
|
|
|
|
|
|
[[git-annex-untrust]](1)
|
|
|
|
|
|
|
|
[[git-annex-expire]](1)
|
|
|
|
|
2015-06-09 18:52:05 +00:00
|
|
|
[[git-annex-fsck]](1)
|
|
|
|
|
|
|
|
[[git-annex-reinject]](1)
|
|
|
|
|
2015-03-23 22:20:42 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|