| Commit message (Expand) | Author | Age | Files | Lines |
* | JGitTestUtil: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -16/+7 |
* | Use StandardCharsets.UTF_8 in tests | David Pursehouse | 2018-03-07 | 3 | -4/+8 |
* | Honor CRLF settings when writing merge results | Thomas Wolf | 2018-02-02 | 1 | -8/+8 |
* | Repeat: Fix javadoc to say 'annotation' instead of 'interface' | David Pursehouse | 2017-12-18 | 1 | -1/+1 |
* | Fix javadoc in org.eclipse.jgit.junit | Matthias Sohn | 2017-12-17 | 11 | -22/+323 |
* | Use constants from StandardCharsets instead of hard-coded strings | David Pursehouse | 2017-12-07 | 1 | -1/+2 |
* | Add flag for keeping ref tombstones in GC reftable | Minh Thai | 2017-11-15 | 1 | -0/+1 |
* | ObjectDirectory: Add pack directory getter | Hector Caballero | 2017-11-14 | 1 | -1/+1 |
* | Add dfs fsck implementation | Zhen Chen | 2017-07-26 | 1 | -0/+23 |
* | Move BatchRefUpdate tests to a new file | Dave Borowitz | 2017-07-25 | 1 | -0/+78 |
* | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 2 | -2/+2 |
* | Run auto GC in the background | David Turner | 2017-06-06 | 1 | -0/+7 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 3 | -6/+6 |
* | 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 |
* | Define MonotonicClock interface for advanced timestamps | Shawn Pearce | 2016-11-21 | 3 | -5/+115 |
* | Deprecate SafeBufferedOutputStream | Shawn Pearce | 2016-11-14 | 1 | -3/+3 |
* | Organize imports | David Pursehouse | 2016-11-14 | 1 | -2/+11 |
* | Add a RepeatRule to help repeating flaky tests | Matthias Sohn | 2016-08-25 | 2 | -0/+184 |
* | 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 |
* | 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 |
* | Don't use deprecated LockFile constructor | David Pursehouse | 2016-02-15 | 1 | -1/+1 |
* | RepositoryTestCase: Open autocloseable types in try-with-resource | David Pursehouse | 2016-02-05 | 1 | -4/+5 |
* | 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 |
* | ObjectChecker: allow some objects to skip errors | Shawn Pearce | 2015-12-30 | 1 | -2/+2 |
* | 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 |
* | [performance] Cache platform name in SystemReader | Andrey Loskutov | 2015-09-27 | 1 | -0/+18 |
* | Move `RepositoryTestCase.indexState` to parent class | Chris Price | 2015-07-10 | 2 | -106/+100 |
* | Change `indexState` to static method | Chris Price | 2015-07-10 | 1 | -1/+1 |
* | Use local variable in RepositoryTestCase.indexState | Chris Price | 2015-07-07 | 1 | -1/+1 |
* | Replace deprecated release() methods by close() | Matthias Sohn | 2015-05-21 | 1 | -27/+29 |
* | TestRepository: Add a cherryPick method | Dave Borowitz | 2015-03-23 | 1 | -0/+62 |
* | TestRepository: Expose a Git instance | Dave Borowitz | 2015-03-18 | 1 | -0/+12 |
* | TestRepository: Allow setting explicit Change-Id | Dave Borowitz | 2015-03-12 | 1 | -9/+22 |
* | TestRepository: Ignore existing Change-Id in message | Dave Borowitz | 2015-03-12 | 1 | -0/+4 |
* | TestRepository: Support committing to unborn symref | Dave Borowitz | 2015-03-12 | 1 | -2/+1 |
* | TestRepository: Expose some getters for CommitBuilder | Dave Borowitz | 2015-03-12 | 1 | -0/+16 |
* | TestRepository: Add methods to amend commits or refs | Dave Borowitz | 2015-03-12 | 1 | -12/+87 |
* | TestRepository: Add a reset method to move HEAD around | Dave Borowitz | 2015-03-12 | 1 | -0/+55 |