aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-14 16:14:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-14 16:14:17 -0400
commitaa4fbbdd33c4d584b734476a341a0c38980281a6 (patch)
tree82bd06cee09db8cf4bb112652374e5e2df920ce0 /doc
parent04edae6791b4eddaa77dda2407264dc4434d74b7 (diff)
status: Now displays trusted, untrusted, and semitrusted repositories separately.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/wishlist:_query_things_like_description__44___trust_level.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/wishlist:_query_things_like_description__44___trust_level.mdwn b/doc/bugs/wishlist:_query_things_like_description__44___trust_level.mdwn
index 6404393a8..d158850cd 100644
--- a/doc/bugs/wishlist:_query_things_like_description__44___trust_level.mdwn
+++ b/doc/bugs/wishlist:_query_things_like_description__44___trust_level.mdwn
@@ -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]]