| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bazel: Mark junit targets testonly | Jonathan Nieder | 2017-03-19 | 1 | -0/+1 |
* | bazel: Add explicit targets for library dependencies | Jonathan Nieder | 2017-03-19 | 1 | -1/+1 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 4 | -7/+7 |
* | Add API filter for usage of FileRepository in test classes | David Pursehouse | 2017-02-20 | 1 | -0/+35 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -1/+1 |
* | LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepository | David Pursehouse | 2017-02-10 | 1 | -1/+1 |
* | RepositoryCacheTest: avoid to close already closed repository | Matthias Sohn | 2017-01-28 | 1 | -2/+22 |
* | LocalDiskRepositoryTestCase: Only add to toClose through access method | David Pursehouse | 2017-01-28 | 1 | -1/+1 |
* | LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to close | David Pursehouse | 2017-01-27 | 1 | -1/+3 |
* | Format Bazel files with buildifier | David Pursehouse | 2017-01-22 | 1 | -9/+10 |
* | Implement initial framework of Bazel build | David Ostrovsky | 2017-01-18 | 1 | -0/+12 |
* | Prepare 4.7.0-SNAPSHOT builds | Matthias Sohn | 2016-12-27 | 2 | -19/+19 |
* | Prepare 4.6.1-SNAPSHOT builds | Matthias Sohn | 2016-12-24 | 2 | -19/+19 |
* | JGit v4.6.0.201612231935-rv4.6.0.201612231935-r | Matthias Sohn | 2016-12-24 | 2 | -2/+2 |
* | Define MonotonicClock interface for advanced timestamps | Shawn Pearce | 2016-11-21 | 4 | -6/+118 |
* | Deprecate SafeBufferedOutputStream | Shawn Pearce | 2016-11-14 | 1 | -3/+3 |
* | Organize imports | David Pursehouse | 2016-11-14 | 1 | -2/+11 |
* | Change JGit minimum execution environment to JavaSE-1.8 | Matthias Sohn | 2016-09-20 | 3 | -5/+5 |
* | Prepare 4.6.0-SNAPSHOT builds | Matthias Sohn | 2016-09-19 | 2 | -17/+17 |
* | Add a RepeatRule to help repeating flaky tests | Matthias Sohn | 2016-08-25 | 3 | -1/+188 |
* | Ignore 'The value of exception parameter is not used' warning | David Pursehouse | 2016-07-26 | 1 | -0/+1 |
* | Prepare 4.5.0-SNAPSHOT builds | Matthias Sohn | 2016-06-01 | 2 | -17/+17 |
* | Remove the deprecated TestRepository.getClock() method | Terry Parker | 2016-05-31 | 1 | -11/+0 |
* | Replace use of deprecated method Repository.getRef() | Matthias Sohn | 2016-05-31 | 2 | -4/+4 |
* | Fix type parameter in javadoc in TestRepository.delete(String ref) | Matthias Sohn | 2016-05-05 | 1 | -1/+1 |
* | TestRepository: Add delete() method | Jonathan Nieder | 2016-05-04 | 1 | -0/+34 |
* | Prepare 4.4.0-SNAPSHOT builds | Matthias Sohn | 2016-04-08 | 2 | -17/+17 |
* | Prepare 4.3.1-SNAPSHOT versions | Matthias Sohn | 2016-04-08 | 2 | -17/+17 |
* | JGit v4.3.0.201604071810-rv4.3.0.201604071810-r | Matthias Sohn | 2016-04-08 | 2 | -2/+2 |
* | JGit v4.3.0.201604071045-r | Matthias Sohn | 2016-04-07 | 2 | -2/+2 |
* | In TestRepository, use a consistent clock | Terry Parker | 2016-03-25 | 1 | -13/+12 |
* | Fix apply patch which did not work with non-ascii characters | XinTong Wang | 2016-03-03 | 1 | -3/+3 |
* | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-15 | 1 | -1/+1 |
|\ |
|
| * | Don't use deprecated LockFile constructor | David Pursehouse | 2016-02-15 | 1 | -1/+1 |
* | | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-10 | 1 | -4/+5 |
|\| |
|
| * | RepositoryTestCase: Open autocloseable types in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -4/+5 |
| * | Prepare 4.2.1-SNAPSHOT builds | Matthias Sohn | 2016-01-22 | 2 | -17/+17 |
| * | JGit v4.2.0.201601211800-rv4.2.0.201601211800-r | Matthias Sohn | 2016-01-21 | 2 | -2/+2 |
* | | Prepare 4.3.0-SNAPSHOT builds | Matthias Sohn | 2016-01-21 | 2 | -17/+17 |
|/ |
|
* | Remove declared IOException which is no longer thrown | Matthias Sohn | 2016-01-20 | 1 | -2/+1 |
* | PackWriter: Declare preparePack object sets as @NonNull | Shawn Pearce | 2016-01-12 | 1 | -1/+1 |
* | Merge changes Idaed9310,I62bd7c0b | Matthias Sohn | 2016-01-03 | 1 | -2/+2 |
|\ |
|
| * | ObjectChecker: allow some objects to skip errors | Shawn Pearce | 2015-12-30 | 1 | -2/+2 |
* | | Implement Buck driven build | David Ostrovsky | 2015-12-31 | 1 | -0/+10 |
|/ |
|
* | Add support for clean filters | Christian Halstrick | 2015-11-27 | 1 | -0/+13 |
* | Add missing @since tags and missing javadoc | Matthias Sohn | 2015-11-25 | 5 | -2/+32 |
* | Restore TestRepository.getClock(), it is used by Gerrit/Gitiles | Terry Parker | 2015-10-22 | 1 | -0/+11 |
* | Push control of time into MockSystemReader | Terry Parker | 2015-10-20 | 3 | -25/+55 |
* | Delete non empty directories before checkout a path | Andrey Loskutov | 2015-10-09 | 2 | -0/+13 |
* | Prepare 4.2.0-SNAPSHOT builds | Matthias Sohn | 2015-09-28 | 2 | -17/+17 |