Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-26JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn2-2/+2
2017-06-08Prepare 4.7.2-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-06-07JGit v4.7.1.201706071930-rv4.7.1.201706071930-rMatthias Sohn2-2/+2
2017-06-05Run auto GC in the backgroundDavid Turner1-0/+7
2017-04-05Prepare 4.7.1-SNAPSHOTMatthias Sohn2-19/+19
2017-04-05JGit v4.7.0.201704051617-rv4.7.0.201704051617-rMatthias Sohn2-2/+2
2017-03-22Remove Buck buildDavid Pursehouse1-10/+0
2017-03-20bazel: Mark junit targets testonlyJonathan Nieder1-0/+1
2017-03-20bazel: Add explicit targets for library dependenciesJonathan Nieder1-1/+1
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse4-7/+7
2017-02-20Add API filter for usage of FileRepository in test classesDavid Pursehouse1-0/+35
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-1/+1
2017-02-10LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepositoryDavid Pursehouse1-1/+1
2017-01-28RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn1-2/+22
2017-01-28LocalDiskRepositoryTestCase: Only add to toClose through access methodDavid Pursehouse1-1/+1
2017-01-27LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to closeDavid Pursehouse1-1/+3
2017-01-22Format Bazel files with buildifierDavid Pursehouse1-9/+10
2017-01-18Implement initial framework of Bazel buildDavid Ostrovsky1-0/+12
2016-12-27Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2016-12-24Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2-19/+19
2016-12-24JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2-2/+2
2016-11-21Define MonotonicClock interface for advanced timestampsShawn Pearce4-6/+118
2016-11-14Deprecate SafeBufferedOutputStreamShawn Pearce1-3/+3
2016-11-14Organize importsDavid Pursehouse1-2/+11
2016-09-20Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn3-5/+5
2016-09-19Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2-17/+17
2016-08-25Add a RepeatRule to help repeating flaky testsMatthias Sohn3-1/+188
2016-07-26Ignore 'The value of exception parameter is not used' warningDavid Pursehouse1-0/+1
2016-06-01Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2-17/+17
2016-05-31Remove the deprecated TestRepository.getClock() methodTerry Parker1-11/+0
2016-05-30Replace use of deprecated method Repository.getRef()Matthias Sohn2-4/+4
2016-05-05Fix type parameter in javadoc in TestRepository.delete(String ref)Matthias Sohn1-1/+1
2016-05-04TestRepository: Add delete() methodJonathan Nieder1-0/+34
2016-04-08Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2-17/+17
2016-04-07Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2-17/+17
2016-04-07JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2-2/+2
2016-04-07JGit v4.3.0.201604071045-rMatthias Sohn2-2/+2
2016-03-25In TestRepository, use a consistent clockTerry Parker1-13/+12
2016-03-03Fix apply patch which did not work with non-ascii charactersXinTong Wang1-3/+3
2016-02-15Merge branch 'stable-4.2'Matthias Sohn1-1/+1
2016-02-15Don't use deprecated LockFile constructorDavid Pursehouse1-1/+1
2016-02-09Merge branch 'stable-4.2'Matthias Sohn1-4/+5
2016-02-05RepositoryTestCase: Open autocloseable types in try-with-resourceDavid Pursehouse1-4/+5
2016-01-22Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2-17/+17
2016-01-21JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2-2/+2
2016-01-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-17/+17
2016-01-20Remove declared IOException which is no longer thrownMatthias Sohn1-2/+1
2016-01-13PackWriter: Declare preparePack object sets as @NonNullShawn Pearce1-1/+1
2016-01-03Merge changes Idaed9310,I62bd7c0bMatthias Sohn1-2/+2
2015-12-31Implement Buck driven buildDavid Ostrovsky1-0/+10

Back to the top