summaryrefslogtreecommitdiff
path: root/remote.inc.sh
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-08-08 21:55:25 -0400
committerDave Reisner <dreisner@archlinux.org>2014-08-08 21:56:18 -0400
commit9b3fc65b80bb82016cd51c9bc5327a472a25a525 (patch)
tree1eea34ac1fd19ad1e7a99d4ce5a2d9bf0e7fc4f8 /remote.inc.sh
parent685d19f72b3053de70a37be84d2ee9cec0f3e344 (diff)
downloadasp32-9b3fc65b80bb82016cd51c9bc5327a472a25a525.tar.xz
remote: remove TODO
If anyone really wants this, they can just run 'git fetch' in $ASPROOT.
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[@]}"