From: Junio C Hamano Date: Wed, 13 Dec 2006 06:35:48 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.4.2-gc53d6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=511162fc548ceb923b6ae49ccc36925f1cae96bd;p=git.git Autogenerated HTML docs for v1.4.4.2-gc53d6 --- diff --git a/git-svn.html b/git-svn.html index 270bc49f5..367353319 100644 --- a/git-svn.html +++ b/git-svn.html @@ -329,11 +329,13 @@ manually joining branches on commit.

- 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.

@@ -905,7 +907,7 @@ detect them.

diff --git a/git-svn.txt b/git-svn.txt index a45067e16..c589a9863 100644 --- a/git-svn.txt +++ b/git-svn.txt @@ -57,11 +57,13 @@ See '<>' 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.