File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ own style: either `-flag` or `--flag` were accepted. git-sync v4 only accepts
46
46
long flag names in the more common two-dash style (` --flag ` ), and accepts short
47
47
(single-character) flags in the one-dash style (` -v 2 ` ).
48
48
49
- The following does not detail every flag available in v4 - just the one that
49
+ The following does not detail every flag available in v4 - just the ones that
50
50
existed in v3 and are different in v4.
51
51
52
52
### Verbosity: ` --v ` -> ` -v ` or ` --verbose `
@@ -164,7 +164,7 @@ though the old names are still accepted for compatibility.
164
164
### Depth
165
165
166
166
git-sync v3 would sync the entire history of the remote repo by default. v4
167
- syncs just one commit, by default. This can be a significant performance and
167
+ syncs just one commit by default. This can be a significant performance and
168
168
disk-space savings for large repos. Users who want the full history can
169
169
specify ` --depth=0 ` .
170
170
You can’t perform that action at this time.
0 commit comments