aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* [infer] Fix resource leaks in RebaseCommandMatthias Sohn2016-12-181-7/+9
* Implement auto gcMatthias Sohn2016-10-231-0/+1
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-3/+3
* Add progress monitor to MergerLaurent Delaigue2016-01-211-0/+2
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-5/+14
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-5/+6
* Raise error if FileNotFoundException is caught for an existing fileMatthias Sohn2015-11-241-0/+3
* Handle null in ProgressMonitor settersJonathan Nieder2015-06-111-0/+3
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-6/+9
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-113/+127
* Fix typo in reflog message written by RebaseCommand.tryFastForward()Matthias Sohn2015-05-151-1/+1
* Make RepositoryState.REBASING_MERGE reachable again.Laurent Delaigue2015-03-271-1/+3
* Support for the pre-commit hookLaurent Goubet2015-02-021-5/+4
* RebaseCommand should ignore submodule modificationsChristian Halstrick2014-11-031-1/+2
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-10/+10
* Rebase: Add --preserve-merges supportKonrad Kügler2014-07-151-28/+265
* Rebase: Write an empty "quiet" file to make C Git happyKonrad Kügler2014-05-161-0/+3
* Allow callers to use different merging strategiesLaurent Goubet2014-05-061-2/+17
* Interactive rebase: Fix order of commit messages on squashStefan Lay2014-03-271-3/+3
* Fix missing NON-NLS tag in RebaseCommandStefan Lay2014-03-271-1/+1
* Add symlink support to JGitRobin Rosenberg2014-02-101-1/+1
* Fix fast forward rebase with rebase.autostash=trueStefan Lay2014-01-151-0/+3
* Fix aborting rebase with detached headStefan Lay2013-12-101-13/+18
* Implement rebase.autostashStefan Lay2013-12-041-22/+92
* Do not allow non-ff-rebase if there are uncommitted changesStefan Lay2013-12-021-0/+12
* Use static factory methods instead of overloaded constructorsStefan Lay2013-11-291-5/+5
* Fix FIXUP error for blank lines in interactive rebaseStefan Lay2013-11-221-1/+1
* Add missing @since tagsMatthias Sohn2013-11-091-0/+2
* Interactive Rebase: Do actions if there were conflictsStefan Lay2013-11-081-80/+117
* Rebase interactive should finish if last step is editStefan Lay2013-11-061-9/+14
* Add additional RebaseResult for editing commitsStefan Lay2013-11-051-6/+7
* Add Squash/Fixup support for rebase interactive in RebaseCommandTobias Pfeifer2013-11-051-1/+195
* Enable to prepare interactive rebase and then start it explicitlyTobias Pfeifer2013-11-011-1/+42
* Enhance reading of git-rebase-todo formatted filesChristian Halstrick2013-10-311-264/+43
* Fix order of commits in rebase todo file headerStefan Lay2013-09-291-2/+2
* Add NON-NLS comments for some obviously untranslatable stringsRobin Rosenberg2013-07-211-1/+1
* Update reflog like C Git during rebase (non-interactive)Robin Rosenberg2013-07-211-10/+21
* Use RawParseUtils.prevLF in RebaseCommandRobin Stocker2013-03-161-4/+2
* Support aborting non-interactive rebase started from C GitRobin Stocker2013-03-161-53/+97
* Do not cherry-pick merge commits during rebaseRobin Rosenberg2013-03-081-5/+1
* Improve handling of checkout conflictsMarkus Duft2013-01-111-2/+9
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-38/+42
* [findBugs] Don't pass null for non-null parameter in RebaseCommandMatthias Sohn2012-12-051-1/+5
* Commit message may not necessarily be in UTF-8Robin Rosenberg2012-11-271-2/+2
* Add support for rebase interactive 'edit' commandDariusz Luksza2012-11-191-7/+20
* Add support for rebase interactive 'reword' commandDariusz Luksza2012-11-191-7/+129
* Enable rebase to continue for all rebase stagesRobin Rosenberg2012-08-271-0/+3
* Improve ours/theirs conflict markers for rebase, cherry-pickRobin Stocker2012-08-181-3/+45
* Allow JGit to read C Git rebase stateRobin Rosenberg2012-08-071-1/+8