aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/hooks
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-164-9/+0
* [push, lfs] Tell the pre-push hook whether the push is a dry runThomas Wolf2022-03-231-1/+24
* 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-152-4/+35
* 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-046-228/+30
* Add ability to redirect stderr from git hooksTim Neumann2019-12-096-6/+216
* Support for core.hooksPathThomas Wolf2019-10-211-4/+13
* Make PrePushHook properly terminate ref linesMarkus Keller2018-10-211-5/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Don't throw if a pre-push hook is ignored.Markus Duft2018-04-101-1/+5
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-24/+10
* LFS: pre-push upload supportMarkus Duft2018-02-273-0/+49
* Fix javadoc in org.eclipse.jgit hooks packageMatthias Sohn2017-12-186-7/+54
* 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
* Add support for post-commit hooksMartin Goellnitz2016-09-132-0/+96
* Fix pre-push hook to not set null remoteName as first argumentMatthias Sohn2015-11-181-0/+3
* Add support for pre-push hooksChristian Halstrick2015-11-022-0/+167
* Support for the commit-msg hook.Laurent Delaigue2015-03-022-0/+157
* Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-023-0/+309