From 0a03cbb9a533e1b66da906c2d93fc91c5c211ded Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Thu, 12 Sep 2013 18:21:31 +0000 Subject: [PATCH] --- doc/todo/nicer_whereis_output.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/nicer_whereis_output.mdwn b/doc/todo/nicer_whereis_output.mdwn index bfcfa73e58..5507fc499f 100644 --- a/doc/todo/nicer_whereis_output.mdwn +++ b/doc/todo/nicer_whereis_output.mdwn @@ -86,3 +86,5 @@ Implementation notes > so just showing configured remotes seems a good simplification. > [[done]] > --[[Joey]] + +> > I would have prefered this to be optional since I don't explicitely configure all remotes in git, especially if I can't reach them all the time (e.g. my laptop). It seems to me this should at least be an option, but I am confused as to why `Remote.List.remoteList` doesn't list all remotes the same way `Remote.remote_list` does... Also, it's unfortunate that the +/!/count flags have been dropped, it would have been useful... Thanks for the merge anyways! --[[done]]