@@ -159,11 +159,11 @@ Skip "branches" and "tags" of first level directories;;
159
159
precedence over '--include-paths'.
160
160
161
161
--log-window-size=<n>;;
162
- Fetch <n> log entries per request when scanning Subversion history.
163
- The default is 100. For very large Subversion repositories, larger
164
- values may be needed for 'clone'/'fetch' to complete in reasonable
165
- time. But overly large values may lead to higher memory usage and
166
- request timeouts.
162
+ Fetch <n> log entries per request when scanning Subversion history.
163
+ The default is 100. For very large Subversion repositories, larger
164
+ values may be needed for 'clone'/'fetch' to complete in reasonable
165
+ time. But overly large values may lead to higher memory usage and
166
+ request timeouts.
167
167
168
168
'clone'::
169
169
Runs 'init' and 'fetch'. It will automatically create a
@@ -256,7 +256,7 @@ first have already been pushed into SVN.
256
256
For each patch, one may answer "yes" (accept this patch), "no" (discard this
257
257
patch), "all" (accept all patches), or "quit".
258
258
+
259
- 'git svn dcommit' returns immediately if answer is "no" or "quit", without
259
+ 'git svn dcommit' returns immediately if answer is "no" or "quit", without
260
260
committing anything to SVN.
261
261
262
262
'branch'::
@@ -347,12 +347,12 @@ environment). This command has the same behaviour.
347
347
Any other arguments are passed directly to 'git log'
348
348
349
349
'blame'::
350
- Show what revision and author last modified each line of a file. The
351
- output of this mode is format-compatible with the output of
352
- `svn blame' by default. Like the SVN blame command,
353
- local uncommitted changes in the working tree are ignored;
354
- the version of the file in the HEAD revision is annotated. Unknown
355
- arguments are passed directly to 'git blame'.
350
+ Show what revision and author last modified each line of a file. The
351
+ output of this mode is format-compatible with the output of
352
+ `svn blame' by default. Like the SVN blame command,
353
+ local uncommitted changes in the working tree are ignored;
354
+ the version of the file in the HEAD revision is annotated. Unknown
355
+ arguments are passed directly to 'git blame'.
356
356
+
357
357
--git-format;;
358
358
Produce output in the same format as 'git blame', but with
@@ -810,7 +810,7 @@ Tracking and contributing to an entire Subversion-managed project
810
810
# View all branches and tags you have cloned:
811
811
git branch -r
812
812
# Create a new branch in SVN
813
- git svn branch waldo
813
+ git svn branch waldo
814
814
# Reset your master to trunk (or any other branch, replacing 'trunk'
815
815
# with the appropriate name):
816
816
git reset --hard remotes/trunk
0 commit comments