@@ -175,11 +175,11 @@ Skip "branches" and "tags" of first level directories;;
175
175
precedence over '--include-paths'.
176
176
177
177
--log-window-size=<n>;;
178
- Fetch <n> log entries per request when scanning Subversion history.
179
- The default is 100. For very large Subversion repositories, larger
180
- values may be needed for 'clone'/'fetch' to complete in reasonable
181
- time. But overly large values may lead to higher memory usage and
182
- request timeouts.
178
+ Fetch <n> log entries per request when scanning Subversion history.
179
+ The default is 100. For very large Subversion repositories, larger
180
+ values may be needed for 'clone'/'fetch' to complete in reasonable
181
+ time. But overly large values may lead to higher memory usage and
182
+ request timeouts.
183
183
184
184
'clone'::
185
185
Runs 'init' and 'fetch'. It will automatically create a
@@ -275,7 +275,7 @@ first have already been pushed into SVN.
275
275
For each patch, one may answer "yes" (accept this patch), "no" (discard this
276
276
patch), "all" (accept all patches), or "quit".
277
277
+
278
- 'git svn dcommit' returns immediately if answer is "no" or "quit", without
278
+ 'git svn dcommit' returns immediately if answer is "no" or "quit", without
279
279
committing anything to SVN.
280
280
281
281
'branch'::
@@ -366,12 +366,12 @@ environment). This command has the same behaviour.
366
366
Any other arguments are passed directly to 'git log'
367
367
368
368
'blame'::
369
- Show what revision and author last modified each line of a file. The
370
- output of this mode is format-compatible with the output of
371
- `svn blame' by default. Like the SVN blame command,
372
- local uncommitted changes in the working tree are ignored;
373
- the version of the file in the HEAD revision is annotated. Unknown
374
- arguments are passed directly to 'git blame'.
369
+ Show what revision and author last modified each line of a file. The
370
+ output of this mode is format-compatible with the output of
371
+ `svn blame' by default. Like the SVN blame command,
372
+ local uncommitted changes in the working tree are ignored;
373
+ the version of the file in the HEAD revision is annotated. Unknown
374
+ arguments are passed directly to 'git blame'.
375
375
+
376
376
--git-format;;
377
377
Produce output in the same format as 'git blame', but with
@@ -830,7 +830,7 @@ Tracking and contributing to an entire Subversion-managed project
830
830
# View all branches and tags you have cloned:
831
831
git branch -r
832
832
# Create a new branch in SVN
833
- git svn branch waldo
833
+ git svn branch waldo
834
834
# Reset your master to trunk (or any other branch, replacing 'trunk'
835
835
# with the appropriate name):
836
836
git reset --hard svn/trunk
0 commit comments