status: Now displays trusted, untrusted, and semitrusted repositories separately.

This commit is contained in:
Joey Hess 2011-11-14 16:14:17 -04:00
parent 04edae6791
commit aa4fbbdd33
3 changed files with 16 additions and 5 deletions

View file

@ -1 +1,4 @@
It would be helpful to have a way to query things like a repository's description and trust level, without having to poke in the git-annex branch. For example, "git annex describe ." currently clears the description but could print the current one instead.
> `git annex status` now breaks down the repository list by type. [[done]]
> --[[Joey]]