From 9b3fc65b80bb82016cd51c9bc5327a472a25a525 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 8 Aug 2014 21:55:25 -0400 Subject: remote: remove TODO If anyone really wants this, they can just run 'git fetch' in $ASPROOT. --- remote.inc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/remote.inc.sh b/remote.inc.sh index 9882db5..a615d24 100644 --- a/remote.inc.sh +++ b/remote.inc.sh @@ -45,7 +45,6 @@ remote_update() { remote_get_tracked_refs "$remote" refspecs # refuse to update everything - # TODO: allow this with a flag [[ -z $refspecs ]] && return 0 remote_update_refs "$remote" "${refspecs[@]}" -- cgit v1.2.3-54-g00ecf