]> source.dussan.org Git - jgit.git/commit
Add additional RebaseResult for editing commits 43/17643/5
authorStefan Lay <stefan.lay@sap.com>
Tue, 22 Oct 2013 14:01:18 +0000 (16:01 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 5 Nov 2013 17:05:03 +0000 (18:05 +0100)
commitcce2561e9fe2ce1cf60182f9d95c8537ce13de92
treee8da3faa367b665ec03e1811160bceb3c3f1affc
parent765896febb4b63cfe2c37dc0a73c90c79dd1591b
Add additional RebaseResult for editing commits

With the new RebaseResult.EDIT a client can now distinguish if rebase
stopped due to a conflict or because the commit was marked for edit in
an interactive rebase.

Change-Id: I40f2311cf43ed5f290dcda65a7bd85ba770a85f5
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
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseResult.java