git-daemon: rewrite kindergarden, new option --max-connections
[gitweb.git] / contrib / fast-import / git-p4.txt
index 79a22e9c10a2f21cd73973d238cf1ce1226b402e..ac551d45f10a96a262e8603e72d09c22ade1e40e 100644 (file)
@@ -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...
 =========================