]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git p4: clone --branch should checkout master
authorPete Wyckoff <pw@padd.com>
Tue, 15 Jan 2013 00:47:01 +0000 (19:47 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 17:46:29 +0000 (09:46 -0800)
commitc595956db99a728ab2247b564c8283cf5c0d84e6
tree5eba33238d85eed1356475e18bb61150be052628
parent695d69989429e9268c0587e3606399fc9d6cd6fa
git p4: clone --branch should checkout master

When using the --branch argument to "git p4 clone", one
might specify a destination for p4 changes different from
the default refs/remotes/p4/master.  Both cases should
create a master branch and checkout files.

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