Skip to content

Commit 02882bc

Browse files
committed
Merge branch 'sb/git-svn-docs-indent-with-ht'
* sb/git-svn-docs-indent-with-ht: git-svn docs: Use tabs consistently within the ascii doc
2 parents 4cebbe6 + 3c123fb commit 02882bc

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
@@ -175,11 +175,11 @@ Skip "branches" and "tags" of first level directories;;
175175
precedence over '--include-paths'.
176176

177177
--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.
183183

184184
'clone'::
185185
Runs 'init' and 'fetch'. It will automatically create a
@@ -275,7 +275,7 @@ first have already been pushed into SVN.
275275
For each patch, one may answer "yes" (accept this patch), "no" (discard this
276276
patch), "all" (accept all patches), or "quit".
277277
+
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
279279
committing anything to SVN.
280280

281281
'branch'::
@@ -366,12 +366,12 @@ environment). This command has the same behaviour.
366366
Any other arguments are passed directly to 'git log'
367367

368368
'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'.
375375
+
376376
--git-format;;
377377
Produce output in the same format as 'git blame', but with
@@ -830,7 +830,7 @@ Tracking and contributing to an entire Subversion-managed project
830830
# View all branches and tags you have cloned:
831831
git branch -r
832832
# Create a new branch in SVN
833-
git svn branch waldo
833+
git svn branch waldo
834834
# Reset your master to trunk (or any other branch, replacing 'trunk'
835835
# with the appropriate name):
836836
git reset --hard svn/trunk

0 commit comments

Comments
 (0)