]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: add option to disable syncing of p4/master with p4
authorLuke Diamand <luke@diamand.org>
Fri, 8 Jun 2018 20:32:44 +0000 (21:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jun 2018 21:46:08 +0000 (14:46 -0700)
commitb9d34db9a2108755ad01926cccc2a5007b5862a6
tree14df8c21ce57cd7255d21b5873750814ef84f8af
parent3b3477ea5ae0a443ecceaf588c41cbc937066260
git-p4: add option to disable syncing of p4/master with p4

Add an option to the git-p4 submit command to disable syncing
with Perforce.

This is useful for the case where a git-p4 mirror has been setup
on a server somewhere, running from (e.g.) cron, and developers
then clone from this. Having the local cloned copy also sync
from Perforce just isn't useful.

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-p4.txt
git-p4.py