From 6fbaaeb0030dd304c9902bc1be533de2d44d001d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 10 Sep 2019 10:36:45 +0200 Subject: bin/change-git-remotes: add TODO --- bin/change-git-remotes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/change-git-remotes b/bin/change-git-remotes index f4573b2..e8ae5eb 100755 --- a/bin/change-git-remotes +++ b/bin/change-git-remotes @@ -3,6 +3,8 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" +# TODO: consider changing working upstreams to less-cached ones, too + if [ $# -eq 1 ] && [ "x$1" = 'x-q' ]; then quiet=true elif [ $# -ne 0 ]; then -- cgit v1.2.3-54-g00ecf