summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-13 06:35:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-13 06:35:48 +0000
commit511162fc548ceb923b6ae49ccc36925f1cae96bd (patch)
tree86b4d23a7698b19234ce1d267de790eed1c0a508 /git-svn.txt
parent96010b2a3ad29e2413ce39345ebfa2b0b7e09c88 (diff)
downloadgit-htmldocs-511162fc548ceb923b6ae49ccc36925f1cae96bd.tar.gz
Autogenerated HTML docs for v1.4.4.2-gc53d6
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt6
1 files changed, 4 insertions, 2 deletions
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 '<<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.