Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | MergeCommandTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -26/+31 | |
* | | | | | | | PackWriterTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -36/+37 | |
* | | | | | | | ReceivePackAdvertiseRefsHookTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -232/+251 | |
* | | | | | | | SubmoduleStatusTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -47/+51 | |
* | | | | | | | UploadPackTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -185/+194 | |
* | | | | | | | PackParserTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -18/+34 | |
* | | | | | | | Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand | David Pursehouse | 2019-01-20 | 2 | -6/+7 | |
* | | | | | | | DirCacheCheckoutTest: Open TestRepository in try-with-resource | David Pursehouse | 2019-01-20 | 1 | -2/+2 | |
* | | | | | | | CheckoutCommandTest: Add comment to document intentionally empty catch block | David Pursehouse | 2019-01-20 | 1 | -0/+1 | |
* | | | | | | | Implement signing commits using BouncyCastle | Medha Bhargav Prabhala | 2019-01-16 | 1 | -5/+17 | |
* | | | | | | | Allow CommitCommand to sign commits | Gunnar Wagenknecht | 2019-01-16 | 2 | -0/+300 | |
* | | | | | | | Merge branch 'stable-5.2' | Jonathan Nieder | 2019-01-10 | 1 | -28/+15 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'stable-5.1' into stable-5.2 | Jonathan Nieder | 2018-12-26 | 1 | -28/+15 | |
| |\| | | | | | ||||||
| | * | | | | | UploadPack: Defer want-ref resolution to after parsing | Jonathan Nieder | 2018-12-26 | 1 | -30/+15 | |
* | | | | | | | Fix warnings for usage of deprecated RefDatabase#getRef | Matthias Sohn | 2019-01-08 | 2 | -43/+43 | |
* | | | | | | | Fix "jgit checkout -f" to overwrite dirty worktree files | Christian Halstrick | 2019-01-08 | 1 | -2/+15 | |
* | | | | | | | Deprecate Repository#hasObject | Jonathan Nieder | 2019-01-04 | 7 | -86/+86 | |
* | | | | | | | RefDatabase: Introduce findRef synonym for getRef | Jonathan Nieder | 2018-12-26 | 1 | -5/+0 | |
* | | | | | | | RefDirectory: Do not use search path to find additional refs | Jonathan Nieder | 2018-12-26 | 1 | -0/+23 | |
* | | | | | | | RefDatabase: Remove fallback exactRef implementation | Jonathan Nieder | 2018-12-26 | 1 | -0/+5 | |
* | | | | | | | Merge changes from topic 'update-index-ref-decorator' | Jonathan Nieder | 2018-12-26 | 6 | -13/+173 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | RefCursor: Remove unnecessary getUpdateIndex method | Ivan Frade | 2018-12-26 | 3 | -8/+0 | |
| * | | | | | | | RefDatabase/Ref: Add versioning to reference database | Ivan Frade | 2018-12-26 | 6 | -5/+173 | |
* | | | | | | | | Skip some tests when the runtime cannot handle Unicode file paths | Masaya Suzuki | 2018-12-23 | 2 | -7/+52 | |
* | | | | | | | | Change RacyGitTests to create a racy git situation in a stable way | Masaya Suzuki | 2018-12-23 | 1 | -29/+24 | |
|/ / / / / / / | ||||||
* / / / / / / | Avoid double words | Mincong HUANG | 2018-12-21 | 3 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Set git environment variables for hooks | Thomas Wolf | 2018-11-30 | 1 | -2/+5 | |
* | | | | | | Merge "Fix IndexDiffs for git links" | Christian Halstrick | 2018-11-28 | 5 | -1/+116 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix IndexDiffs for git links | Thomas Wolf | 2018-11-26 | 5 | -1/+116 | |
* | | | | | | | Merge branch 'stable-5.1' | David Pursehouse | 2018-11-27 | 1 | -16/+39 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | ||||||
| * | | | | | Merge branch 'stable-5.0' into stable-5.1 | David Pursehouse | 2018-11-27 | 1 | -16/+39 | |
| |\| | | | | ||||||
| | * | | | | Merge branch 'stable-4.11' into stable-5.0 | David Pursehouse | 2018-11-27 | 1 | -16/+39 | |
| | |\| | | | ||||||
| | | * | | | Fix DescribeCommand with multiple match options | Matthias Sohn | 2018-11-26 | 1 | -2/+2 | |
| | | * | | | Fix git-describe tie-breakers | HÃ¥vard Wall | 2018-11-09 | 1 | -15/+40 | |
* | | | | | | Add a method to get all values of HTTP header defined as list | Matthias Sohn | 2018-11-26 | 1 | -0/+123 | |
* | | | | | | Undo treating blobs with NULs as a single line | Thomas Wolf | 2018-11-26 | 3 | -5/+79 | |
* | | | | | | New GpgConfig for typed access to GPG settings | Gunnar Wagenknecht | 2018-11-20 | 1 | -0/+147 | |
* | | | | | | Apache MINA sshd client | Thomas Wolf | 2018-11-13 | 2 | -1042/+0 | |
* | | | | | | Add more ssh tests: pushing, known_host file handling, etc. | Thomas Wolf | 2018-11-13 | 3 | -206/+786 | |
* | | | | | | DepthGenerator: fix multi-child boundary handling | Jonathan Tan | 2018-11-08 | 1 | -0/+85 | |
* | | | | | | SshTestBase: Make inner class TestCredentialsProvider static | David Pursehouse | 2018-11-08 | 1 | -1/+1 | |
* | | | | | | Factor out a JSch-independent ssh config parser | Thomas Wolf | 2018-11-06 | 1 | -16/+0 | |
* | | | | | | Ssh tests with an Apache MINA sshd test git server | Thomas Wolf | 2018-11-06 | 3 | -0/+594 | |
* | | | | | | Merge changes from topic 'client-caps-v0-test' | Jonathan Nieder | 2018-11-02 | 3 | -23/+313 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add test for protocol v0 parser | Ivan Frade | 2018-10-24 | 1 | -0/+199 | |
| * | | | | | | ObjectIdMatcher: Custom matcher for sets of ObjectIds | Ivan Frade | 2018-10-24 | 2 | -23/+114 | |
* | | | | | | | RepoCommand: Preserve executable bit in <copyfile> | Ivan Frade | 2018-10-31 | 1 | -0/+118 | |
* | | | | | | | RepoCommand.RemoteReader: Add method to read contents and mode of file | Ivan Frade | 2018-10-31 | 1 | -12/+19 | |
* | | | | | | | RepoCommandTest: Extract method to assert file contents | Ivan Frade | 2018-10-30 | 1 | -42/+17 | |
* | | | | | | | gitignore/gitattributes: fix matching of \r | Marc Strapetz | 2018-10-27 | 2 | -0/+17 |