summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b87a659)
raw | patch | inline | side by side (parent: b87a659)
author | Anand Kumria <wildfire@progsoc.org> | |
Sun, 10 Aug 2008 18:26:35 +0000 (19:26 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 12 Aug 2008 01:57:04 +0000 (18:57 -0700) |
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>
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>
contrib/fast-import/git-p4.txt | patch | blob | history |
index 79a22e9c10a2f21cd73973d238cf1ce1226b402e..ac551d45f10a96a262e8603e72d09c22ade1e40e 100644 (file)
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...
=========================