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.lesp...@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to