From fd88f05165883e7f055b665e09bdcac15da380b6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Dec 2008 20:46:18 +0100 Subject: bin/pkg: Removed redundant git remote origin from vcs_* --- bin/pkg | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/pkg b/bin/pkg index dc7cb7a..8641652 100755 --- a/bin/pkg +++ b/bin/pkg @@ -230,12 +230,10 @@ function vcs_log { function vcs_upgrade { git pull $PKG_ROOT/${PWD:t} master - git remote update } function vcs_push { git push $PKG_ROOT/${PWD:t} master - git remote update } function vcs_status { -- cgit v1.2.3