]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: Allow filtering Perforce branches by user
authorVitor Antunes <vitor.hda@gmail.com>
Thu, 18 Aug 2011 23:44:04 +0000 (00:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Aug 2011 04:08:37 +0000 (21:08 -0700)
commit8ace74c00e87cbb16d7303761ff4f6b91505ee20
tree8b40b4fa974f0a6632f0a2fc2bf90f65026a27d7
parent04d277b39e3e40f939fd7935c30beb48452015ec
git-p4: Allow filtering Perforce branches by user

All branches in the Perforce server are downloaded to allow branch detection. If
you have a centralized server on a remote location and there is a big number of
branches this operation can take some time.
This patch adds the configuration option git-p4.branchUser to allow filtering
the branch list by user. Although this limits the branch maintenance in Perforce
to be done by a single user, it might be an advantage when the number of
branches being used in a specific depot is very small when compared with the
branches available in the server.

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