| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid double-colon in InvalidObjectIdException description | Jonathan Nieder | 2015-07-06 | 2 | -8/+10 |
* | Merge branch 'stable-4.0' | Matthias Sohn | 2015-06-24 | 1 | -20/+37 |
|\ |
|
| * | Add a grace period for packfiles during GC | Christian Halstrick | 2015-06-22 | 1 | -20/+37 |
* | | API to remove repositories from RepositoryCache | Tobias Oberlies | 2015-06-23 | 1 | -0/+28 |
* | | SignedPushConfig: Allow setting a custom nonce generator impl | Dave Borowitz | 2015-06-18 | 2 | -8/+44 |
* | | PackCertificateParser: return null if nothing was received | Dave Borowitz | 2015-06-18 | 2 | -2/+6 |
* | | Include push certificates in RefUpdate | Dave Borowitz | 2015-06-18 | 3 | -0/+62 |
* | | Remove redundant @since tags in new signed push classes | Dave Borowitz | 2015-06-18 | 2 | -34/+6 |
* | | Add a separate type for the identity in a push certificate | Dave Borowitz | 2015-06-18 | 5 | -47/+374 |
* | | PushCertificateParser: include begin/end lines in signature | Dave Borowitz | 2015-06-18 | 2 | -3/+8 |
* | | PushCertificateParser: throw PackProtocolException in more cases | Dave Borowitz | 2015-06-18 | 1 | -7/+9 |
* | | Extract a class for signed push configuration | Dave Borowitz | 2015-06-18 | 3 | -18/+165 |
* | | BaseReceivePack: fix reading cert lines in command loop | Dave Borowitz | 2015-06-18 | 1 | -4/+8 |
* | | Silence API warnings introduced by a85e817d | Matthias Sohn | 2015-06-17 | 1 | -2/+5 |
* | | Update comments about PackStatistics | Terry Parker | 2015-06-16 | 2 | -4/+14 |
* | | Add the set of shallow commits to PackStatistics | Terry Parker | 2015-06-15 | 3 | -0/+24 |
* | | Add tests for HMACSHA1NonceGenerator | Dave Borowitz | 2015-06-15 | 2 | -11/+20 |
* | | Merge "Introduce PostUploadHook to replace UploadPackLogger" | Shawn Pearce | 2015-06-12 | 10 | -114/+766 |
|\ \ |
|
| * | | Introduce PostUploadHook to replace UploadPackLogger | Terry Parker | 2015-06-12 | 10 | -114/+766 |
* | | | Treat CloneCommand.setBranch(null) as setBranch("HEAD") | Jonathan Nieder | 2015-06-11 | 1 | -0/+6 |
* | | | Treat CloneCommand.setRemote(null) as setRemote("origin") | Jonathan Nieder | 2015-06-11 | 1 | -1/+5 |
* | | | Document CloneCommand.setURI(null) | Jonathan Nieder | 2015-06-11 | 1 | -1/+2 |
* | | | Handle null in ProgressMonitor setters | Jonathan Nieder | 2015-06-11 | 6 | -1/+19 |
* | | | Document CloneCommand.setDirectory(null) and setGitDir(null) more clearly | Jonathan Nieder | 2015-06-11 | 1 | -2/+4 |
* | | | Require all projects to have a name | Jonathan Nieder | 2015-06-11 | 2 | -0/+6 |
* | | | Merge topic 'push-cert-2' | Dave Borowitz | 2015-06-11 | 4 | -101/+321 |
|\ \ \
| |/ /
|/| | |
|
| * | | Rewrite push certificate parsing | Dave Borowitz | 2015-06-11 | 4 | -95/+298 |
| * | | Allow trailing newlines in receive-pack | Dave Borowitz | 2015-06-10 | 1 | -10/+27 |
* | | | Merge "Add new submodule layout to SubmoduleAddCommand" | Christian Halstrick | 2015-06-11 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add new submodule layout to SubmoduleAddCommand | Christian Halstrick | 2015-06-11 | 1 | -0/+2 |
| |/ / |
|
* / / | Tweak exception Javadoc to be eclipse-clean | Jonathan Nieder | 2015-06-10 | 2 | -1/+3 |
|/ / |
|
* | | Merge changes I38e1798e,Id1fe1c20,I945ba188,I2c6be9cb | Jonathan Nieder | 2015-06-10 | 8 | -4/+105 |
|\ \ |
|
| * | | Allow setting detail message and cause when constructing most exceptions | Jonathan Nieder | 2015-06-02 | 7 | -0/+96 |
| * | | Clarify description of ServiceNotAuthorizedException | Jonathan Nieder | 2015-06-02 | 2 | -4/+9 |
* | | | Merge "UploadPack: Use reachable-sha1-in-want configuration" | Shawn Pearce | 2015-06-09 | 4 | -2/+38 |
|\ \ \ |
|
| * | | | UploadPack: Use reachable-sha1-in-want configuration | Fredrik Medley | 2015-06-09 | 4 | -2/+38 |
* | | | | Add missing imports for javadoc to ObjectCountCallback | Jonathan Nieder | 2015-06-09 | 1 | -0/+3 |
* | | | | Merge "Fix public API issues introduced in I1baeedcc6946." | Jonathan Nieder | 2015-06-09 | 4 | -30/+76 |
|\ \ \ \ |
|
| * | | | | Fix public API issues introduced in I1baeedcc6946. | Yuxuan 'fishy' Wang | 2015-06-09 | 4 | -30/+76 |
* | | | | | Document empty catch block to silence warning | Matthias Sohn | 2015-06-09 | 1 | -0/+1 |
|/ / / / |
|
* | | | | Merge "Fix imports in BundleWriter" | Jonathan Nieder | 2015-06-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix imports in BundleWriter | Matthias Sohn | 2015-06-09 | 1 | -1/+1 |
* | | | | | Merge "Add missing javadoc @param for new method setObjectCountCallback()" | Jonathan Nieder | 2015-06-09 | 2 | -0/+6 |
|\| | | | |
|
| * | | | | Add missing javadoc @param for new method setObjectCountCallback() | Matthias Sohn | 2015-06-10 | 2 | -0/+6 |
* | | | | | Merge "Revert "Config: Distinguish between empty and null strings"" | Jonathan Nieder | 2015-06-09 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Revert "Config: Distinguish between empty and null strings" | Jonathan Nieder | 2015-06-09 | 1 | -1/+1 |
* | | | | | Fix a javadoc typo in RepoProject. | Yuxuan 'fishy' Wang | 2015-06-09 | 1 | -1/+1 |
* | | | | | Callback in PackWriter & BundleWriter. | Yuxuan 'fishy' Wang | 2015-06-09 | 3 | -0/+155 |
|/ / / / |
|
* / / / | Add missing # to javadoc comment | Jonathan Nieder | 2015-06-08 | 1 | -1/+1 |
|/ / / |
|
* | | | Allow lookup of multiple exact refs in one shot | Jonathan Nieder | 2015-06-05 | 1 | -0/+50 |