aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Use git config core.commentCharThomas Wolf2022-03-261-25/+58
* [rebase] InteractiveHandler2: handle Gerrit Change-IdsThomas Wolf2022-02-041-6/+27
* RebaseCommand: fix commit message in "fixup" caseThomas Wolf2022-02-021-25/+29
* RebaseCommand: better commit message rewordingThomas Wolf2022-01-311-27/+110
* Implement ours/theirs content conflict resolutionThomas Wolf2021-04-191-5/+29
* Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-071-8/+13
* Using for-each loop in jdtLars Vogel2020-02-281-2/+1
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+3
|\
| * Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-191-2/+3
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-9/+9
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-1/+1
* Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-2/+2
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* Join catch sections using multicatchCarsten Hammer2019-04-131-7/+2
* RebaseCommand: tighten check for --preserve-merges on --continueThomas Wolf2019-02-261-1/+5
* RebaseCommand: use orig-head to abortThomas Wolf2019-02-261-2/+15
* RebaseCommand: use orig-head in addition to headThomas Wolf2019-02-261-1/+5
* RebaseCommand: fix ONTO_NAME, and --preserve-merges is interactiveThomas Wolf2019-02-261-6/+26
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-4/+5
* RebaseCommand: Remove unnecessary fall through commentsJonathan Nieder2018-08-041-2/+0
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-8/+2
* Progress reporting for checkoutMarkus Duft2018-01-231-0/+3
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-17/+40
* ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-301-0/+1
* Don't try to strip new line if the message buffer is emptyAndrey Loskutov2017-03-151-2/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-7/+7
* 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