aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/FooterLine.java
Commit message (Expand)AuthorAgeFilesLines
* CherryPick: add ability to customise cherry-picked commit messageDmitrii Naumenko2024-01-281-0/+22
* FooterLines: handle extraction from messages without headersNitzan Gur-Furman2024-01-091-1/+5
* FooterLine: Protect from ill-formed messageKamil Musin2023-12-051-3/+11
* Merge branch 'stable-6.8'Matthias Sohn2023-12-041-4/+12
|\
| * Fix warnings about empty control flow statementsMatthias Sohn2023-11-291-3/+11
| * Suppress not-externalized string warningsMatthias Sohn2023-11-291-1/+1
* | FooterLine: First line cannot be a footerIvan Frade2023-11-291-0/+4
* | Reapply "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-291-26/+27
* | Revert "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-291-27/+26
|/
* Improve footer parsing to allow multiline footers.Kamil Musin2023-11-241-26/+27
* Add missing @since tagsMatthias Sohn2023-08-021-0/+4
* Move footer-line parsing methods from RevCommit to FooterLineNitzan Gur-Furman2023-08-011-0/+105
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit revwalk packageMatthias Sohn2017-12-191-0/+7
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Fix FooterLine.matches(FooterKey) on same length keysShawn O. Pearce2010-05-041-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+151