Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update SUA | Matthias Sohn | 2018-05-29 | 1 | -101/+184 |
| | | | | | | | | | | | | Following [1] update SUA in license.html [2] and feature.properties [3] [1] https://www.eclipse.org/projects/handbook/#legaldoc-plugins [2] https://www.eclipse.org/legal/epl/notice.html [3] https://www.eclipse.org/legal/epl/feature.properties.txt Bug: 532265 Change-Id: Ia3929808154510ad09ceeead263a3fe0dba9a34a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | ||||
* | Implement SHA-256 abstraction | Matthias Sohn | 2016-02-04 | 1 | -0/+106 |
The Large File Storage extension specified by GitHub [1] uses SHA-256 to compute the ID of large files stored by the extension. Hence implement a SHA-256 abstraction similar to the SHA-1 abstraction used by JGit. [1] https://git-lfs.github.com/ Bug: 470333 Change-Id: I3a95954543c8570d73929e55f4a884b55dbf1b7a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> |