Autogenerated man pages for v1.4.4.2-gc53d6
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 13 Dec 2006 06:35:53 +0000 (06:35 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 13 Dec 2006 06:35:53 +0000 (06:35 +0000)
man1/git-svn.1

index 01cfd5c87265d718e3d06f979f2e5c78ce35ac19..c7c4822ae0a11f98108fd3c816c993ca4dd806a9 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-SVN" "1" "11/29/2006" "" ""
+.TH "GIT\-SVN" "1" "12/13/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -38,7 +38,7 @@ See
 if you are interested in manually joining branches on commit.
 .TP
 \fIdcommit\fR
-Commit all diffs from the current 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 that you run git\-svn fetch and rebase (not pull) your commits against the latest changes in the SVN repository. This is advantageous over
+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 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
 \fIcommit\fR
 (below) because it produces cleaner, more linear history.
 .TP