[Intel-gfx] [PATCH] qf: Fully specify the push to the upsream hidden quilt branch

Damien Lespiau damien.lespiau at intel.com
Wed Mar 19 14:59:19 CET 2014


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 at intel.com>
---
 qf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
1.8.3.1




More information about the Intel-gfx mailing list