author | Eric Wong <normalperson@yhbt.net> | |
Tue, 12 Dec 2006 22:47:01 +0000 (14:47 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 13 Dec 2006 01:07:05 +0000 (17:07 -0800) | ||
commit | dd31da2fdc199132c9fd42023aea5b33672d73cc | |
tree | 831ff6322e4774e5c68407fbb8d59c4b4d9244c9 | tree | snapshot |
parent | d2a9a87b8a98e3b3797c6c1e5aa2269f36c2b47a | commit | diff |
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>
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 | diff | blob | history | |
git-svn.perl | diff | blob | history |