aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RebaseTodoLine.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-2/+19
* Don't use API exception in RebaseTodoLineChristian Halstrick2013-12-111-7/+9
* Add missing @since tagsMatthias Sohn2013-11-091-0/+2
* Add Squash/Fixup support for rebase interactive in RebaseCommandTobias Pfeifer2013-11-051-1/+5
* Enhance reading of git-rebase-todo formatted filesChristian Halstrick2013-10-311-0/+269