From ba21ff1fee59845e4b6dfdf085a50470c7b9dcf5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 23 Dec 2008 21:54:39 +0100 Subject: Revert "bin/pkg: Don't explicitly operate on branch master" This reverts commit 45b30c3d586cb32c2848a5582ffe509ff74084c5. (not specifying master confuses git since it doesn't know what branch to merge with) --- bin/pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index 7e8a7b6..f1a7ddc 100755 --- a/bin/pkg +++ b/bin/pkg @@ -229,11 +229,11 @@ function vcs_log { } function vcs_upgrade { - git pull $PKG_ROOT/${PWD:t} + git pull $PKG_ROOT/${PWD:t} master } function vcs_push { - git push $PKG_ROOT/${PWD:t} + git push $PKG_ROOT/${PWD:t} master } function vcs_status { -- cgit v1.2.3