Code

git-svn: allow dcommit to take an alternate head
authorEric Wong <normalperson@yhbt.net>
Tue, 12 Dec 2006 22:47:01 +0000 (14:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 01:07:05 +0000 (17:07 -0800)
commitdd31da2fdc199132c9fd42023aea5b33672d73cc
tree831ff6322e4774e5c68407fbb8d59c4b4d9244c9
parentd2a9a87b8a98e3b3797c6c1e5aa2269f36c2b47a
git-svn: allow dcommit to take an alternate head

Previously dcommit would unconditionally commit all patches
up-to and including the current HEAD.  Now if an optional
command-line argument is specified, it will only commit
up to the specified revision.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svn.txt
git-svn.perl