aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseResult.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-9/+23
* Implement rebase.autostashStefan Lay2013-12-041-0/+15
* Do not allow non-ff-rebase if there are uncommitted changesStefan Lay2013-12-021-0/+39
* Use static factory methods instead of overloaded constructorsStefan Lay2013-11-291-13/+22
* Add missing @since tagsMatthias Sohn2013-11-091-0/+3
* Add additional RebaseResult for editing commitsStefan Lay2013-11-051-2/+12
* Enable to prepare interactive rebase and then start it explicitlyTobias Pfeifer2013-11-011-1/+14
* Improve handling of checkout conflictsMarkus Duft2013-01-111-0/+31
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+2
* Fix rebase > continue when nothing left to commit.Markus Duft2012-03-091-0/+13
* Fix typo in RebaseResult#mySatusTomasz Zarna2011-12-271-5/+5
* Add isSuccessful to MergeStatus, RebaseResult.Status and PullResultRobin Stocker2011-08-091-6/+41
* Implement rebase ff for upstream branches with merge commitsChris Aniszczyk2011-05-181-1/+5
* Add RebaseResult.FAST_FORWARD_RESULTChris Aniszczyk2011-05-131-0/+3
* Do not categorize merge failures as 'abnormal'Philipp Thun2011-03-281-3/+3
* Introduce FAILED result for RebaseCommandPhilipp Thun2011-03-241-1/+38
* RebaseCommand: detect and handle fast-forward properlyMathias Kinzler2011-01-281-1/+5
* Initial implementation of a Rebase commandMathias Kinzler2010-11-221-0/+104