@@ -336,7 +336,7 @@ <h2>COMMANDS</h2>
336336 against the latest changes in the SVN repository.
337337 An optional command-line argument may be specified as an
338338 alternative to HEAD.
339- This is advantageous over < em > commit </ em > (below) because it produces
339+ This is advantageous over < em > set-tree </ em > (below) because it produces
340340 cleaner, more linear history.
341341</ p >
342342</ dd >
@@ -378,7 +378,7 @@ <h2>COMMANDS</h2>
378378</ div > </ div >
379379</ dd >
380380< dt >
381- < em > commit </ em >
381+ < em > set-tree </ em >
382382</ dt >
383383< dd >
384384< p >
@@ -510,7 +510,7 @@ <h2>OPTIONS</h2>
510510</ dt >
511511< dd >
512512< p >
513- Only used with the < em > commit </ em > command.
513+ Only used with the < em > set-tree </ em > command.
514514</ p >
515515< p > Read a list of commits from stdin and commit them in reverse
516516order. Only the leading sha1 is read from each line, so
@@ -521,7 +521,7 @@ <h2>OPTIONS</h2>
521521</ dt >
522522< dd >
523523< p >
524- Only used with the < em > dcommit</ em > , < em > commit </ em > and < em > commit-diff</ em > commands.
524+ Only used with the < em > dcommit</ em > , < em > set-tree </ em > and < em > commit-diff</ em > commands.
525525</ p >
526526< p > Remove directories from the SVN tree if there are no files left
527527behind. SVN can version empty directories, and they are not
@@ -538,7 +538,7 @@ <h2>OPTIONS</h2>
538538</ dt >
539539< dd >
540540< p >
541- Only used with the < em > dcommit</ em > , < em > commit </ em > and < em > commit-diff</ em > commands.
541+ Only used with the < em > dcommit</ em > , < em > set-tree </ em > and < em > commit-diff</ em > commands.
542542</ p >
543543< p > Edit the commit message before committing to SVN. This is off by
544544default for objects that are commits, and forced on when committing
@@ -553,7 +553,7 @@ <h2>OPTIONS</h2>
553553</ dt >
554554< dd >
555555< p >
556- Only used with the < em > dcommit</ em > , < em > commit </ em > and < em > commit-diff</ em > commands.
556+ Only used with the < em > dcommit</ em > , < em > set-tree </ em > and < em > commit-diff</ em > commands.
557557</ p >
558558< p > They are both passed directly to git-diff-tree see
559559< a href ="git-diff-tree.html "> git-diff-tree(1)</ a > for more information.</ p >
@@ -662,7 +662,7 @@ <h2>ADVANCED OPTIONS</h2>
662662</ dt >
663663< dd >
664664< p >
665- Used with < em > fetch</ em > , < em > dcommit</ em > or < em > commit </ em > .
665+ Used with < em > fetch</ em > , < em > dcommit</ em > or < em > set-tree </ em > .
666666</ p >
667667< p > This can be used to join arbitrary git branches to remotes/git-svn
668668on new commits where the tree object is equivalent.</ p >
@@ -797,10 +797,10 @@ <h3>Basic Examples</h3>
797797< h2 > REBASE VS. PULL</ h2 >
798798< div class ="sectionbody ">
799799< p > Originally, git-svn recommended that the remotes/git-svn branch be
800- pulled from. This is because the author favored < em > git-svn commit B</ em >
801- to commit a single head rather than the < em > git-svn commit A..B</ em > notation
800+ pulled from. This is because the author favored < em > git-svn set-tree B</ em >
801+ to commit a single head rather than the < em > git-svn set-tree A..B</ em > notation
802802to commit multiple commits.</ p >
803- < p > If you use < em > git-svn commit A..B</ em > to commit several diffs and you do not
803+ < p > If you use < em > git-svn set-tree A..B</ em > to commit several diffs and you do not
804804have the latest remotes/git-svn merged into my-branch, you should use
805805< em > git rebase</ em > to update your work branch instead of < em > git pull</ em > . < em > pull</ em >
806806can cause non-linear history to be flattened when committing into SVN,
@@ -907,7 +907,7 @@ <h2>Documentation</h2>
907907</ div >
908908< div id ="footer ">
909909< div id ="footer-text ">
910- Last updated 13 -Dec-2006 06:35:40 UTC
910+ Last updated 21 -Dec-2006 02:25:50 UTC
911911</ div >
912912</ div >
913913</ body >
0 commit comments