diff mbox

qf: Fully specify the push to the upsream hidden quilt branch

Message ID 1395237559-25639-1-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien March 19, 2014, 1:59 p.m. UTC
On its own, "git push origin" will do something different depending on
the the push.default option. So let's speficy the full local:remote
branch here.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 qf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/qf b/qf
index 9838ffc..2e856b5 100755
--- a/qf
+++ b/qf
@@ -355,7 +355,7 @@  case "$1" in
 		fi
 
 		cd patches
-		git push $remote
+		git push $remote $quilt_branch:refs/quilts/$branch
 		cd ..
 
 		# The exported branch is a rebasing one, so force the push.