diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-09 10:14:38 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-09 10:15:05 +0100 |
commit | 23c5ebff796ff8d43ccc2f33e54434f33ea92b3d (patch) | |
tree | d2748dc2252713f0615f488448f59ef1208daef3 /org.eclipse.jgit/META-INF | |
parent | 8a633bde8aa7a1596c99088cb5ff159ca5c70820 (diff) | |
parent | 23125abc20758f06aae9877306ceca6651750b3c (diff) | |
download | jgit-23c5ebff796ff8d43ccc2f33e54434f33ea92b3d.tar.gz jgit-23c5ebff796ff8d43ccc2f33e54434f33ea92b3d.zip |
Merge branch 'stable-5.6'
* stable-5.6:
Add ability to redirect stderr from git hooks
Add possibility to get pure stderr output from AbortedByHookException
Change-Id: Ifc02675542dad6ced25fdd8b9fae80b5736db688
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index dbf122ef92..1fd25780d5 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -172,6 +172,7 @@ Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)", org.bouncycastle.openpgp.operator;version="[1.61.0,2.0.0)", org.bouncycastle.openpgp.operator.jcajce;version="[1.61.0,2.0.0)", org.bouncycastle.util.encoders;version="[1.61.0,2.0.0)", + org.bouncycastle.util.io;version="[1.61.0,2.0.0)", org.slf4j;version="[1.7.0,2.0.0)", org.xml.sax, org.xml.sax.helpers |