aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/hooks/GitHook.java
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on an implicit default character setThomas Wolf2021-10-261-2/+3
* Post commit hook failure should not cause commit failureTim Neumann2021-02-151-4/+22
* Allow to define additional Hook classes outside JGitMatthias Sohn2021-02-151-2/+2
* GitHook: use default charset for output and error streamsMatthias Sohn2021-02-151-4/+6
* GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn2021-02-151-17/+9
* GitHook: make fields outputStream and errorStream privateMatthias Sohn2021-02-091-2/+2
* Remove use of org.bouncycastle.util.io.TeeOutputStreamMichael Dardis2020-02-211-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Add ability to redirect stderr from git hooksTim Neumann2019-12-091-2/+41
* Support for core.hooksPathThomas Wolf2019-10-211-4/+13
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* LFS: pre-push upload supportMarkus Duft2018-02-271-0/+11
* Fix javadoc in org.eclipse.jgit hooks packageMatthias Sohn2017-12-181-7/+12
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* [findBugs] Use UTF-8 when writing to the error stream in GitHookMatthias Sohn2017-05-151-2/+12
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-021-0/+159