]> source.dussan.org Git - jgit.git/commit
Add support for rebase interactive 'edit' command 81/7881/5
authorDariusz Luksza <dariusz@luksza.org>
Wed, 3 Oct 2012 08:01:54 +0000 (10:01 +0200)
committerChris Aniszczyk <zx@twitter.com>
Mon, 19 Nov 2012 16:02:25 +0000 (10:02 -0600)
commit8eb4d926371edea2d58dc598e3ebcddacbdc326e
tree118fe269590e0aeb55c30e72bf12cfac88f4a8b6
parent84fb2b59d11418d2fa753d27de11775ddc18adde
Add support for rebase interactive 'edit' command

The 'edit' command allows you to change arbitrary commit
content and the message of any commit in the repository.

Bug: 394577
Change-Id: I43a44782cdb10b29f13784fa75ab37fe5d4da01b
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RebaseCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java