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>
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
git config [--global] git-p4.syncFromOrigin false
+git-p4.useclientspec
+
+ git config [--global] git-p4.useclientspec false
+
Implementation Details...
=========================