]> source.dussan.org Git - jgit.git/commit
Fix FIXUP error for blank lines in interactive rebase 66/18666/3
authorStefan Lay <stefan.lay@sap.com>
Thu, 21 Nov 2013 13:00:30 +0000 (14:00 +0100)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Fri, 22 Nov 2013 21:50:44 +0000 (16:50 -0500)
commit8339a07e8314d6a40e15252bcc736a46c0aca0ea
tree25010ddb4045ef4a1810953d9751fbe92d7bf55b
parent4feace2b9ecb90fe591c4317403f6d8e6309287e
Fix FIXUP error for blank lines in interactive rebase

Empty lines of discarded commit messages were added to the commit
message because they were not commented out properly.

Bug: 422246
Change-Id: I263e8a6b30a3392d8b4f09c0695505068a0a485d
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RebaseCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java