Skip to content

Commit 3c123fb

Browse files
stefanbellergitster
authored andcommitted
git-svn docs: Use tabs consistently within the ascii doc
While I can understand 4 or 7 white spaces are fancy, we'd rather want to use tabs throughout the whole document. Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5f737ac commit 3c123fb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Documentation/git-svn.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ Skip "branches" and "tags" of first level directories;;
159159
precedence over '--include-paths'.
160160

161161
--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.
167167

168168
'clone'::
169169
Runs 'init' and 'fetch'. It will automatically create a
@@ -256,7 +256,7 @@ first have already been pushed into SVN.
256256
For each patch, one may answer "yes" (accept this patch), "no" (discard this
257257
patch), "all" (accept all patches), or "quit".
258258
+
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
260260
committing anything to SVN.
261261

262262
'branch'::
@@ -347,12 +347,12 @@ environment). This command has the same behaviour.
347347
Any other arguments are passed directly to 'git log'
348348

349349
'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'.
356356
+
357357
--git-format;;
358358
Produce output in the same format as 'git blame', but with
@@ -810,7 +810,7 @@ Tracking and contributing to an entire Subversion-managed project
810810
# View all branches and tags you have cloned:
811811
git branch -r
812812
# Create a new branch in SVN
813-
git svn branch waldo
813+
git svn branch waldo
814814
# Reset your master to trunk (or any other branch, replacing 'trunk'
815815
# with the appropriate name):
816816
git reset --hard remotes/trunk

0 commit comments

Comments
 (0)