summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]]