From: Anand Kumria Date: Sun, 10 Aug 2008 18:26:35 +0000 (+0100) Subject: Put in the two other configuration elements found in the source X-Git-Tag: v1.6.0~2^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5b5aa22f00c315021ff58450f18134b20dfd5abd;p=git.git Put in the two other configuration elements found in the source I am not entirely clear what these parameters do but felt it useful to call them out in the documentation. Signed-off-by: Anand Kumria Signed-off-by: Junio C Hamano --- diff --git a/contrib/fast-import/git-p4.txt b/contrib/fast-import/git-p4.txt index 79a22e9c1..ac551d45f 100644 --- a/contrib/fast-import/git-p4.txt +++ b/contrib/fast-import/git-p4.txt @@ -163,6 +163,10 @@ Specify the client name to use git config [--global] git-p4.client public-view +git-p4.allowSubmit + + git config [--global] git-p4.allowSubmit false + git-p4.syncFromOrigin A useful setup may be that you have a periodically updated git repository @@ -176,6 +180,10 @@ by default if there is an origin branch. You can disable this using: git config [--global] git-p4.syncFromOrigin false +git-p4.useclientspec + + git config [--global] git-p4.useclientspec false + Implementation Details... =========================