summaryrefslogtreecommitdiff
path: root/remote.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'remote.inc.sh')
-rw-r--r--remote.inc.sh1
1 files changed, 0 insertions, 1 deletions
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[@]}"