git p4: fix submit when no master branch
commit44e8d26cf3fbc0795fb1c44f54f458847313d35e
authorPete Wyckoff <pw@padd.com>
Tue, 15 Jan 2013 00:47:08 +0000 (14 19:47 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 17:46:30 +0000 (15 09:46 -0800)
tree1153c0cdd67ff3773642d01d9cc04db814fd4180
parentaf8c0092503f677afc9ea4070ebd9204133b83ab
git p4: fix submit when no master branch

It finds its upstream and applies the commit properly, but
the sync step will fail unless it is told which branch to
work on.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-p4.txt
git-p4.py
t/t9806-git-p4-options.sh