Merge branch 'ls/p4-retry-thrice'
A recent updates to "git p4" was not usable for older p4 but it could be made to work with minimum changes. Do so. * ls/p4-retry-thrice: git-p4: do not pass '-r 0' to p4 commandsmaint
commit
74f7427f8a
|
@ -479,6 +479,8 @@ git-p4.client::
|
|||
git-p4.retries::
|
||||
Specifies the number of times to retry a p4 command (notably,
|
||||
'p4 sync') if the network times out. The default value is 3.
|
||||
Set the value to 0 to disable retries or if your p4 version
|
||||
does not support retries (pre 2012.2).
|
||||
|
||||
Clone and sync variables
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue