]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: document and test submit options
authorPete Wyckoff <pw@padd.com>
Sun, 25 Dec 2011 02:07:40 +0000 (21:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2011 18:19:31 +0000 (10:19 -0800)
commit28755dbaa5213032b2da202652c214a9f94ff853
tree68af619b99ccd56db44d4800fc2528b8812932aa
parent09fca77b9ecd64e2008835208bab29e15a4b2809
git-p4: document and test submit options

Clarify there is a -M option, but no -C.  These are both
configurable through variables.

Explain that the allowSubmit variable takes a comma-separated
list of branch names.

Catch earlier an invalid branch name given as an argument to
"git p4 clone".

Test option --origin, variable allowSubmit, and explicit master
branch name.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-p4.txt
contrib/fast-import/git-p4
t/t9807-git-p4-submit.sh