diff options
author | Tim Neumann <Tim.Neumann@advantest.com> | 2019-12-13 15:20:02 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-02-15 16:45:59 +0100 |
commit | 15a38e5b4f79792c8ce85c8eddd567c32350de74 (patch) | |
tree | 7dfb07a2016521567508b67fcc89f6505d1166d5 /org.eclipse.jgit.gpg.bc | |
parent | 935c8b752b05f989c9bb734dd7a47533ecec6d37 (diff) | |
download | jgit-15a38e5b4f79792c8ce85c8eddd567c32350de74.tar.gz jgit-15a38e5b4f79792c8ce85c8eddd567c32350de74.zip |
Post commit hook failure should not cause commit failure
As the post commit hook is run after a commit is finished, it can not
abort the commit and the exit code of this hook should not have any
effect.
This can be achieved by not throwing a AbortedByHookException exception.
The stderr output is not lost thanks to contributions for bug 553471.
Bug: 553428
Change-Id: I451a76e04103e632ff44e045561c5a41f7b7d558
Signed-off-by: Tim Neumann <Tim.Neumann@advantest.com>
Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.gpg.bc')
0 files changed, 0 insertions, 0 deletions