diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-11-27 01:17:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-27 01:17:09 -0800 |
commit | c0a4ae5caf220f97371e8b2c124d50fdd7663cf1 (patch) | |
tree | 98160a997763d3e295b3ecbc44de4895ec2d81a3 /Documentation/git-svn.txt | |
parent | aa14a0c3f191ee4df7344eed119be5b4a527a0ff (diff) | |
parent | a0178ae2cfd79a1da5d7ddfacadb1e41560bb464 (diff) | |
download | git-c0a4ae5caf220f97371e8b2c124d50fdd7663cf1.tar.gz |
Merge branch 'rw/maint-typofix' into rw/typofix
* rw/maint-typofix:
Fix typos in the documentation.
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index ba94cd17d4..8d0c421b80 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -109,7 +109,7 @@ COMMANDS This works similarly to `svn update` or 'git-pull' except that it preserves linear history with 'git-rebase' instead of -'git-merge' for ease of dcommiting with 'git-svn'. +'git-merge' for ease of dcommitting with 'git-svn'. This accepts all options that 'git-svn fetch' and 'git-rebase' accept. However, '--fetch-all' only fetches from the current |