summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-12 13:03:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-12 13:03:17 -0400
commitab916bc824c066a8ff6c871ff191fdd17bfc6722 (patch)
tree137776c3b7e87741dcfb3326280c946eb283cec6
parentfc8469a2e9572088310abb64b473565b54b65cce (diff)
merged
-rw-r--r--doc/related_software.mdwn1
-rw-r--r--doc/todo/nicer_whereis_output.mdwn7
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/related_software.mdwn b/doc/related_software.mdwn
index e436092a3..024a155e3 100644
--- a/doc/related_software.mdwn
+++ b/doc/related_software.mdwn
@@ -10,4 +10,3 @@ designed to interoperate with it.
* [sizes](http://hackage.haskell.org/package/sizes) is another du-like
utility, with a `-A` switch that enables git-annex support.
* Emacs Org mode can auto-commit attached files to git-annex.
-* [[todo/nicer whereis output]] improves the output of the whereis command to be more human-readable.
diff --git a/doc/todo/nicer_whereis_output.mdwn b/doc/todo/nicer_whereis_output.mdwn
index 79c4ba02c..bfcfa73e5 100644
--- a/doc/todo/nicer_whereis_output.mdwn
+++ b/doc/todo/nicer_whereis_output.mdwn
@@ -79,3 +79,10 @@ Implementation notes
20:49:37 <joeyh> gah, typos
20:49:45 <joeyh> suppose you don't need the RemoteName either
"""]]
+
+> So, I incorporated this, in a new remotes command.
+> Showing all known repositories seemed a bit much
+> (I have 30-some known repositories in some cases),
+> so just showing configured remotes seems a good simplification.
+> [[done]]
+> --[[Joey]]