Skip to content

Commit 5b5aa22

Browse files
Anand Kumriagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b87a659 commit 5b5aa22

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contrib/fast-import/git-p4.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ Specify the client name to use
163163

164164
git config [--global] git-p4.client public-view
165165

166+
git-p4.allowSubmit
167+
168+
git config [--global] git-p4.allowSubmit false
169+
166170
git-p4.syncFromOrigin
167171

168172
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:
176180

177181
git config [--global] git-p4.syncFromOrigin false
178182

183+
git-p4.useclientspec
184+
185+
git config [--global] git-p4.useclientspec false
186+
179187
Implementation Details...
180188
=========================
181189

0 commit comments

Comments
 (0)