Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-15Fix all Javadoc warnings and fail on themAntoine Musso6-8/+0
2020-06-04Fix ProtectedMembersInFinalClass warning flagged by error proneDavid Ostrovsky1-1/+1
2020-02-28Using for-each loop in jdtLars Vogel1-2/+2
2020-01-04Remove duplicate copyright statementsMatthias Sohn8-8/+0
2020-01-04Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn8-304/+40
2019-10-17Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2-6/+6
2018-11-16Remove unnecessary modifiers from interfacesIvan Frade1-1/+1
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2-3/+3
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys5-8/+8
2017-12-18Fix javadoc in org.eclipse.jgit fnmatch packageMatthias Sohn8-11/+44
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2-8/+8
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse3-0/+10
2015-05-08GroupHead: Remove a redundant call to String.format()Sebastian Schuberth1-2/+2
2014-07-30Small performance optimization for ignore rules/fnmatcherAndrey Loskutov1-3/+13
2014-07-30Added toString() methods for better debugging of ignore rulesAndrey Loskutov2-0/+10
2014-03-29Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg1-1/+0
2013-04-06Added characters to be escaped in file name patternsGustav Karlsson1-20/+44
2012-12-27Mark non-externalizable strings as suchRobin Rosenberg2-22/+22
2012-11-01Add Javadoc description for packagesRobin Stocker1-0/+4
2012-03-12Move JGitText to an internal packageRobin Rosenberg2-2/+2
2010-05-19Externalize strings from JGitSasa Zivkov2-4/+8
2009-09-29Initial JGit contribution to eclipse.orgGit Development Community8-0/+985

    Back to the top