</dt>\r
<dd>\r
<p>\r
- Commit all diffs from the current HEAD directly to the SVN\r
+ Commit all diffs from a specified head directly to the SVN\r
repository, and then rebase or reset (depending on whether or\r
- not there is a diff between SVN and HEAD). It is recommended\r
+ not there is a diff between SVN and head). It is recommended\r
that you run git-svn fetch and rebase (not pull) your commits\r
against the latest changes in the SVN repository.\r
+ An optional command-line argument may be specified as an\r
+ alternative to HEAD.\r
This is advantageous over <em>commit</em> (below) because it produces\r
cleaner, more linear history.\r
</p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 29-Nov-2006 07:59:33 UTC\r
+Last updated 13-Dec-2006 06:35:40 UTC\r
</div>\r
</div>\r
</body>\r
manually joining branches on commit.
'dcommit'::
- Commit all diffs from the current HEAD directly to the SVN
+ Commit all diffs from a specified head directly to the SVN
repository, and then rebase or reset (depending on whether or
- not there is a diff between SVN and HEAD). It is recommended
+ not there is a diff between SVN and head). It is recommended
that you run git-svn fetch and rebase (not pull) your commits
against the latest changes in the SVN repository.
+ An optional command-line argument may be specified as an
+ alternative to HEAD.
This is advantageous over 'commit' (below) because it produces
cleaner, more linear history.