diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-07-18 12:20:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-18 12:20:31 -0700 |
commit | eb9056358ce2cd124f769886c70e1427a0182813 (patch) | |
tree | d15216f2a061eb7bfc195430de28b1c2d2221645 /Documentation/git-svn.txt | |
parent | Merge branch 'bw/protocol-v2' (diff) | |
parent | Documentation: spelling and grammar fixes (diff) | |
download | tgif-eb9056358ce2cd124f769886c70e1427a0182813.tar.xz |
Merge branch 'vs/typofixes'
Doc fix.
* vs/typofixes:
Documentation: spelling and grammar fixes
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 7ea24fc942..b99029520d 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -452,7 +452,7 @@ Any other arguments are passed directly to 'git log' 'commit-diff':: Commits the diff of two tree-ish arguments from the - command-line. This command does not rely on being inside an `git svn + command-line. This command does not rely on being inside a `git svn init`-ed repository. This command takes three arguments, (a) the original tree to diff against, (b) the new tree result, (c) the URL of the target Subversion repository. The final argument |