| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ketch: Basic replication system | Shawn Pearce | 2016-01-19 | 1 | -0/+7 |
* | ObjectChecker: honor some git-core fsck.* options | Shawn Pearce | 2015-12-30 | 1 | -3/+6 |
* | Null-annotated Ref class and fixed related compiler errors | Andrey Loskutov | 2015-12-15 | 1 | -0/+2 |
* | Support atomic push in JGit client | Shawn Pearce | 2015-12-02 | 1 | -0/+1 |
* | Add support for clean filters | Christian Halstrick | 2015-11-27 | 1 | -0/+2 |
* | Null-annotated Repository class and fixed related compiler errors | Andrey Loskutov | 2015-11-25 | 1 | -0/+2 |
* | Raise error if FileNotFoundException is caught for an existing file | Matthias Sohn | 2015-11-24 | 1 | -0/+1 |
* | Throw IndexReadException if existing index can't be read | Christian Halstrick | 2015-11-19 | 1 | -0/+1 |
* | Adding AES Walk Encryption support in http://www.jets3t.org/ mode | Andrei Pozolotin | 2015-10-18 | 1 | -0/+1 |
* | Use java.nio.file consistently in FS | Matthias Sohn | 2015-09-27 | 1 | -1/+0 |
* | UploadPack: Verify clients send only commits for shallow lines | Shawn Pearce | 2015-09-14 | 1 | -0/+1 |
* | Handle stale file handles on packed-refs file | Martin Fick | 2015-08-26 | 1 | -0/+1 |
* | Move createSymLink/readSymLink to FileUtils | Andrey Loskutov | 2015-08-17 | 1 | -2/+1 |
* | Don't crash while parsing ignore patterns | Andrey Loskutov | 2015-07-21 | 1 | -0/+1 |
* | Store push certificates in refs/meta/push-certs | Dave Borowitz | 2015-07-10 | 1 | -0/+3 |
* | Fix non-escaped quotes in JGitText.properties | Matthias Sohn | 2015-07-07 | 1 | -8/+8 |
* | Avoid double-colon in InvalidObjectIdException description | Jonathan Nieder | 2015-07-06 | 1 | -0/+1 |
* | Rewrite push certificate parsing | Dave Borowitz | 2015-06-11 | 1 | -1/+4 |
* | Clarify description of ServiceNotAuthorizedException | Jonathan Nieder | 2015-06-02 | 1 | -1/+1 |
* | Improve exception thrown when pull can't find advertised ref | Matthias Sohn | 2015-05-29 | 1 | -1/+1 |
* | FS: Extract GobblerThread into a private static class | Dave Borowitz | 2015-05-27 | 1 | -0/+1 |
* | Externalize translatable texts in org.eclipse.jgit | Matthias Sohn | 2015-05-26 | 1 | -2/+66 |
* | Remove pack from list when file handle is stale | Hugo Arès | 2015-04-30 | 1 | -0/+1 |
* | Externalize error message used in CheckoutCommand | Matthias Sohn | 2015-04-08 | 1 | -0/+1 |
* | Externalize error messages used in DfsGarbageCollector | Matthias Sohn | 2015-04-08 | 1 | -0/+2 |
* | Externalize error messages used in ObjectDirectoryInserter | Matthias Sohn | 2015-04-04 | 1 | -0/+2 |
* | Revert "CommitBuilder should check for duplicate parents" | Jonathan Nieder | 2015-03-18 | 1 | -1/+0 |
* | CommitBuilder should check for duplicate parents | Christian Halstrick | 2015-03-12 | 1 | -0/+1 |
* | Refactored pre-commit hook to make it less invasive. | Laurent Delaigue | 2015-03-02 | 1 | -1/+1 |
* | Add an in-process pack transport for use in tests | Dave Borowitz | 2015-02-27 | 1 | -0/+1 |
* | Merge branch 'stable-3.7' | Matthias Sohn | 2015-02-27 | 1 | -3/+4 |
|\ |
|
| * | Provide more details in exceptions thrown when packfile is invalid | Matthias Sohn | 2015-02-17 | 1 | -3/+4 |
* | | Port push certificates | Stefan Beller | 2015-02-23 | 1 | -0/+1 |
|/ |
|
* | Support for the pre-commit hook | Laurent Goubet | 2015-02-02 | 1 | -0/+1 |
* | Introduce hook support into the FS implementations | Laurent Goubet | 2015-02-02 | 1 | -0/+2 |
* | If a pack isn't found on disk remove it from pack list | Matthias Sohn | 2015-01-27 | 1 | -0/+1 |
* | Don't remove pack from pack list for problems which could be transient | Matthias Sohn | 2015-01-21 | 1 | -0/+1 |
* | Log reason for ignoring pack when IOException occurred | Matthias Sohn | 2015-01-15 | 1 | -0/+1 |
* | Allow explicit configuration of git directory in InitCommand | Christian Halstrick | 2014-12-15 | 1 | -0/+2 |
* | Fix variable name and error message for sideband testing | Stefan Beller | 2014-11-10 | 1 | -1/+1 |
* | Implement atomic refs update, if possible by database | Stefan Beller | 2014-11-07 | 1 | -0/+1 |
* | Prevent NPE if no CredentialsProvider is registered | Matthias Sohn | 2014-09-01 | 1 | -0/+1 |
* | PackIndexV2 should check for possible corruption | Marc Strapetz | 2014-08-29 | 1 | -0/+1 |
* | Add support to <include> tag in repo manifest xml. | Yuxuan 'fishy' Wang | 2014-08-13 | 1 | -0/+2 |
* | Add a method to ObjectInserter to read back inserted objects | Dave Borowitz | 2014-08-13 | 1 | -0/+2 |
* | Fixed message for exception thrown during recursive merge | Christian Halstrick | 2014-07-28 | 1 | -0/+1 |
* | Clarify comments in message properties files (and fix grammar) | Robin Stocker | 2014-06-30 | 1 | -1/+1 |
* | Add a comment to the message properties files on how they are processed | Robin Rosenberg | 2014-06-29 | 1 | -0/+3 |
* | Fix spelling error in error messgae | Robin Rosenberg | 2014-06-29 | 1 | -1/+1 |
* | Fix formatting errors in error messages | Robin Rosenberg | 2014-06-29 | 1 | -6/+6 |