commit | 59e6b23acef9d29b9bdabc38ee80361e19ef7ebe | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Jun 25 02:23:43 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:52:16 2005 -0700 |
tree | 32e674e352960114da7940e79f7ba1d23d3c818e | |
parent | 93c36dcd0a4f6373e3a02a8505046801106ddb85 [diff] |
[PATCH] git-rebase-script: rebase local commits to new upstream head. Using git-cherry, forward port local commits missing from the new upstream head. This also depends on "-m" flag support in git-commit-script. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>