Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'stable-5.3' into stable-5.4David Pursehouse1-3/+5
2019-11-26Merge branch 'stable-5.2' into stable-5.3David Pursehouse1-3/+5
2019-11-26Merge branch 'stable-5.1' into stable-5.2David Pursehouse1-3/+5
2019-11-26Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzlDavid Pursehouse1-3/+5
2019-11-05Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-0/+66
2019-11-05Merge branch 'stable-5.2' into stable-5.3Matthias Sohn1-0/+66
2019-11-05Merge branch 'stable-5.1' into stable-5.2Matthias Sohn1-0/+66
2019-11-05Run JMH benchmarks using bazelMatthias Sohn1-0/+66
2019-09-08Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-0/+1
2019-09-08Format BUILD files with buildifierMatthias Sohn1-1/+1
2019-09-08Merge branch 'stable-5.2' into stable-5.3Matthias Sohn1-0/+1
2019-09-08Bazel: Add fixes for --incompatible_load_java_rules_from_bzlDavid Pursehouse1-0/+1
2019-08-09Increase severity of AmbiguousMethodReference to ERRORDavid Pursehouse1-1/+1
2019-08-08Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse1-1/+1
2019-06-22GlobalBundleCache: Fix ClassNewInstance warning from Error ProneDavid Pursehouse1-1/+1
2019-06-17Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse1-1/+1
2019-06-16Error Prone: Increase severity of ImmutableEnumChecker to ERRORDavid Pursehouse1-1/+1
2019-06-15Error Prone: Increase severity of ShortCircuitBoolean to ERRORDavid Pursehouse1-1/+1
2019-06-12Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse1-1/+1
2019-06-11Merge branch 'master' into stable-5.4Matthias Sohn1-1/+1
2019-06-11ErrorProne: Increase severity of FutureReturnValueIgnored to ERRORDavid Pursehouse1-1/+1
2019-06-06Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-40/+42
2019-05-26Bazel: Increase severity of most error-prone checks to ERRORDavid Pursehouse1-39/+39
2019-05-26Enable error-prone checks by defaultDavid Pursehouse1-1/+3
2019-03-31[releng] Fix dependencies between featuresThomas Wolf1-16/+6
2019-03-03Bazel: Stop using native.git_repositoryDavid Pursehouse1-1/+3
2019-01-17Fix tools/version.shMatthias Sohn1-0/+11
2018-12-08Add new ssh bundles to Maven central scriptsMatthias Sohn2-0/+4
2018-11-08Bazel: Increase severity of ClassCanBeStatic to ERRORDavid Pursehouse1-1/+1
2018-11-06Bazel: Format tools/BUILD with buildifierDavid Pursehouse1-6/+6
2018-11-01Upgrade to Bazel 0.19.0David Ostrovsky2-2/+4
2018-09-30Bazel: Increase severity of DefaultCharset to ERRORDavid Pursehouse1-1/+1
2018-09-30Bazel: Increase severity of MissingFail to ERRORDavid Pursehouse1-1/+1
2018-09-25Bazel: Increase severity of ExpectedExceptionChecker to ERRORDavid Pursehouse1-1/+1
2018-09-22Bazel: Provide toolchain with activated error prone warningsDavid Ostrovsky1-0/+107
2018-08-31Merge branch 'stable-4.7' into stable-4.8David Pursehouse1-14/+13
2018-08-30Bazel: Format all build files with buildifier 0.15.0David Pursehouse1-14/+13
2017-04-05Fix version.sh to update version of imported jgit featuresMatthias Sohn1-0/+1
2017-01-18Implement initial framework of Bazel buildDavid Ostrovsky2-0/+17
2016-09-20Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn1-3/+3
2016-05-04Run Maven build in release.sh concurrently to speedup releaseMatthias Sohn1-2/+1
2016-04-08Add lfs libraries to scripts for upload to Maven centralMatthias Sohn2-0/+4
2016-01-22Remove java7 bundle from Maven central scriptsMatthias Sohn2-2/+0
2016-01-20Merge branch 'stable-4.2'David Pursehouse1-11/+0
2016-01-19Remove org.eclipse.jgit.updatesite project from tools/version.shMatthias Sohn1-11/+0
2016-01-03buck: set Bundle-Version for :jgit_binShawn Pearce1-0/+9
2015-12-31Implement Buck driven buildDavid Ostrovsky1-0/+42
2015-02-10Move console classes to pgm bundleMatthias Sohn2-4/+2
2015-02-09Set minimum required Java version to Java 7Matthias Sohn1-3/+3
2014-06-06Enable passing version number to maven central scriptsMatthias Sohn2-2/+16

Back to the top