From 536db18cc62afab2d38aac5b2af73f575f40d8b6 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 17 Jul 2015 16:22:56 +0200 Subject: Implement SHA-256 abstraction 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 --- .../org.eclipse.jgit.lfs.feature/pom.xml | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml') diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml new file mode 100644 index 0000000000..ef7fd79a91 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml @@ -0,0 +1,77 @@ + + + + + 4.0.0 + + + org.eclipse.jgit + jgit.tycho.parent + 4.3.0-SNAPSHOT + + + org.eclipse.jgit.feature + org.eclipse.jgit.lfs + eclipse-feature + + JGit - Optional LFS support + + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + + + + org.eclipse.jgit + org.eclipse.jgit.lfs + ${project.version} + + + + + -- cgit v1.2.3