Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 1 | -38/+5 |
| | | | | | | | | | | This is the format given by the Eclipse legal doc generator [1]. [1] https://www.eclipse.org/projects/tools/documentation.php?id=technology.jgit Bug: 548298 Change-Id: I8d8cabc998ba1b083e3f0906a8d558d391ffb6c4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | ||||
* | PostUploadHookChain: Use a list instead of array internally | Ivan Frade | 2019-07-24 | 1 | -0/+99 |
The newly introduced ProtocolV2HookChain is implemented using lists instead of arrays. Update PostUploadHookChain to keep hook chain implementations consistent. Change-Id: Ic5694feab943e8949896b93103dbf427716c9bd7 Signed-off-by: Ivan Frade <ifrade@google.com> |