Bug 471882 - Missing stdout/stderr in client hook rejection pop-up
Summary: Missing stdout/stderr in client hook rejection pop-up
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-06 02:29 EDT by Francois Guillot CLA
Modified: 2015-07-06 02:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Guillot CLA 2015-07-06 02:29:26 EDT
I've been playing around with the two supported client hooks (pre-commit and commit-msg)
They work great.
I see Bug 461232 and I correctly see the popup saying "Reject by xxxxx hook"

This popup only misses a textfield that would contain stdout / stderr messages.

When someone writes a hook, he's likely to explain why it fails, and Egit should display that information, exactly as it does for failing server-side hooks.

e.g in pre-commit hook:
#!/bin/ksh
echo "FAIL because foobar"
exit 1

I'd expect "FAIL because foobar" to be printed in the popup message