diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2008-08-05 17:12:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:18 -0700 |
commit | 1168d402d2962f56cbc921bbc954d8f2179c8ba7 (patch) | |
tree | 74f6851b69153316af6706004e11c0a1a14ee757 /Documentation/git-svn.txt | |
parent | 04bb50f45dda9aeb755e943cbc9df264cfc8cbc5 (diff) | |
download | git-1168d402d2962f56cbc921bbc954d8f2179c8ba7.tar.gz |
Documentation: typos / spelling fixes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index f230125a81..773ae9654b 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -13,7 +13,7 @@ DESCRIPTION ----------- 'git-svn' is a simple conduit for changesets between Subversion and git. It provides a bidirectional flow of changes between a Subversion and a git -respository. +repository. 'git-svn' can track a single Subversion branch simply by using a URL to the branch, follow branches laid out in the Subversion recommended @@ -209,7 +209,7 @@ Any other arguments are passed directly to 'git-log' Recursively finds the svn:ignore property on directories and creates matching .gitignore files. The resulting files are staged to be committed, but are not committed. Use -r/--revision to refer to a - specfic revision. + specific revision. 'show-ignore':: Recursively finds and lists the svn:ignore property on |