]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: Allow branch definition with git config
authorVitor Antunes <vitor.hda@gmail.com>
Thu, 18 Aug 2011 23:44:05 +0000 (00:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Aug 2011 04:08:37 +0000 (21:08 -0700)
commit7199cf131c5420b631f8402498f17ec42cdb3b3a
treea2c2b076fb568282f9c8095530b3140f44572777
parent8ace74c00e87cbb16d7303761ff4f6b91505ee20
git-p4: Allow branch definition with git config

Perforce does not strictly require the usage of branch specifications to create
branches. In these cases the branch detection code of git-p4 will not be able to
import them.
This patch adds support for git-p4.branchList configuration option, allowing
branches to be defined in git config.

Signed-off-by: Vitor Antunes <vitor.hda@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4
contrib/fast-import/git-p4.txt