aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/RebaseTodoFile.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-5/+7
|\
| * Fix NPE in RebaseTodoFile#parseCommentsMatthias Sohn2019-08-191-5/+7
* | Fix off-by-one error in RebaseTodoFile when reading a todo fileThomas Wolf2019-06-071-3/+9
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-2/+5
* [findBugs] Use UTF-8 to read git-rebase-todo fileMatthias Sohn2017-05-151-6/+8
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-6/+3
* Detect buffering failures while writing rebase todo fileShawn Pearce2014-11-251-7/+6
* Fix parsing Rebase todo lines when commit message is missingStefan Lay2013-11-211-0/+2
* Add missing @since tagsMatthias Sohn2013-11-091-0/+2
* Parse commitId and shortMessage of a commented out line in rebase todoTobias Pfeifer2013-10-311-44/+95
* Enhance reading of git-rebase-todo formatted filesChristian Halstrick2013-10-311-0/+187