]> source.dussan.org Git - jgit.git/commit
Add support for rebase interactive 'reword' command 79/7779/6
authorDariusz Luksza <dariusz@luksza.org>
Wed, 3 Oct 2012 07:59:30 +0000 (09:59 +0200)
committerChris Aniszczyk <zx@twitter.com>
Mon, 19 Nov 2012 15:40:53 +0000 (09:40 -0600)
commit84fb2b59d11418d2fa753d27de11775ddc18adde
treefc381912e29979174a08d4f40a3cd3c5abc1fb82
parent9051af3c4d870e255428b814b6b31cf7506f6ac0
Add support for rebase interactive 'reword' command

'reword' command is used to change commit message of any
commit in git history.

Bug: 394575
Change-Id: Ic974e76dfd923fd6f0cb8f07d1a6fbecd9abbf31
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