updated the docs to reflect the changed description for --no-parallel
This commit is contained in:
@@ -26,7 +26,7 @@ a TFS source tree and fetch all the changesets
|
||||
--except-regex=VALUE a regex of exceptions to ignore-regex
|
||||
-u, --username=VALUE TFS username
|
||||
-p, --password=VALUE TFS password
|
||||
--no-parallel disable parallel access of the TFS server
|
||||
--no-parallel Do not do parallel requests to TFS
|
||||
--all, --fetch-all
|
||||
--parents
|
||||
--authors=VALUE Path to an Authors file to map TFS users to Git users
|
||||
|
||||
@@ -30,7 +30,7 @@ Prefer the [clone](clone.md) or [init](init.md) command if the project folder al
|
||||
--except-regex=VALUE a regex of exceptions to ingore-regex
|
||||
-u, --username=VALUE TFS username
|
||||
-p, --password=VALUE TFS password
|
||||
--no-parallel disable parallel access of the TFS server
|
||||
--no-parallel Do not do parallel requests to TFS
|
||||
--all, --fetch-all
|
||||
--parents
|
||||
--authors=VALUE Path to an Authors file to map TFS users to Git
|
||||
|
||||
@@ -26,10 +26,9 @@ Prefer the [clone](clone.md) command to initialize and fetch changesets from a T
|
||||
messages
|
||||
Use this when you're exporting from TFS and
|
||||
don't need to put data back into TFS.
|
||||
--no-parallel disable parallel access of the TFS server
|
||||
-u, --username=VALUE TFS username
|
||||
-p, --password=VALUE TFS password
|
||||
--no-parallel disable parallel access of the TFS server
|
||||
--no-parallel Do not do parallel requests to TFS
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user