blob: 680d8bba2d79280c3b6adb0bc48159d20e2e3b67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# NAME
git-annex trust - hide a lost repository
# SYNOPSIS
git annex dead `[repository ...]`
# DESCRIPTION
Indicates that the repository has been irretrievably lost.
(To undo, use semitrust.)
Repositories can be specified using their remote name, their
description, or their UUID.
# SEE ALSO
[[git-annex]](1)
[[git-annex-trust]](1)
[[git-annex-semitrust]](1)
[[git-annex-untrust]](1)
[[git-annex-expire]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|