Autogenerated HTML docs for v1.4.4.2-gc53d6
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 13 Dec 2006 06:35:48 +0000 (06:35 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 13 Dec 2006 06:35:48 +0000 (06:35 +0000)
git-svn.html
git-svn.txt

index 270bc49f59151d9448e1dfc2f236c0166c2a8f28..36735331900a47855855d67097b78393af60b1f9 100644 (file)
@@ -329,11 +329,13 @@ manually joining branches on commit.</p>
 </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
@@ -905,7 +907,7 @@ detect them.</p>
 </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
index a45067e16483c2eab509b0f01ed08a82522e384b..c589a9863064ef3e5f12876d40174fb991cf3b59 100644 (file)
@@ -57,11 +57,13 @@ See '<<fetch-args,Additional Fetch Arguments>>' if you are interested in
 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.