map: Hide dead repositories that are not connected to the graph.
* map: Hide dead repositories that are not connected to the graph. * map: Changed colors; red is used for untrusted repositories and grey for dead.
This commit is contained in:
parent
4a773f2608
commit
c608df5802
3 changed files with 39 additions and 24 deletions
|
@ -23,6 +23,16 @@ it several times as the map is being built.
|
|||
Note that this subcommand can be used to graph any git repository; it
|
||||
is not limited to git-annex repositories.
|
||||
|
||||
# MAP KEY
|
||||
|
||||
Ovals are repositories. White is regular, green is trusted, red is
|
||||
untrusted, and grey is dead.
|
||||
|
||||
Arrows between repositories are connections via git remotes.
|
||||
|
||||
Light blue boxes are hosts that were mapped, and contain the repositories
|
||||
on that host.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
* `--fast`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue