Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-30ObjectChecker: allow some objects to skip errorsShawn Pearce1-2/+2
2015-11-27Add support for clean filtersChristian Halstrick1-0/+13
2015-11-26Add missing @since tags and missing javadocMatthias Sohn5-2/+32
2015-10-22Restore TestRepository.getClock(), it is used by Gerrit/GitilesTerry Parker1-0/+11
2015-10-20Push control of time into MockSystemReaderTerry Parker3-25/+55
2015-10-09Delete non empty directories before checkout a pathAndrey Loskutov2-0/+13
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-17/+17
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2-17/+17
2015-09-28JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
2015-09-27[performance] Cache platform name in SystemReaderAndrey Loskutov1-0/+18
2015-08-31Restore lazy Bundle-ActivationPolicy removed in 3a4a5a4eMatthias Sohn1-0/+1
2015-08-31Update uses-clauses in OSGi manifestsMatthias Sohn1-2/+9
2015-07-09Move `RepositoryTestCase.indexState` to parent classChris Price2-106/+100
2015-07-09Change `indexState` to static methodChris Price1-1/+1
2015-07-07Use local variable in RepositoryTestCase.indexStateChris Price1-1/+1
2015-06-02Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2-17/+17
2015-05-21Replace deprecated release() methods by close()Matthias Sohn1-27/+29
2015-03-23TestRepository: Add a cherryPick methodDave Borowitz2-0/+63
2015-03-18TestRepository: Expose a Git instanceDave Borowitz1-0/+12
2015-03-12TestRepository: Allow setting explicit Change-IdDave Borowitz1-9/+22

Back to the top