Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnand Kumria <wildfire@progsoc.org>2008-08-10 22:26:35 +0400
committerJunio C Hamano <gitster@pobox.com>2008-08-12 05:57:04 +0400
commit5b5aa22f00c315021ff58450f18134b20dfd5abd (patch)
tree729a8466de9779429dd96da33e464a1e02efcfa6 /contrib/fast-import
parentb87a659635f40b5301c6b18fa5e22c72ca79b830 (diff)
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 <wildfire@progsoc.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/fast-import')
-rw-r--r--contrib/fast-import/git-p4.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/fast-import/git-p4.txt b/contrib/fast-import/git-p4.txt
index 79a22e9c10..ac551d45f1 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...
=========================