rycus86 / githooks

Githooks: per-repo and global Git hooks with version control
MIT License
382 stars 20 forks source link

Missing hint text in prompt :tada: #46

Closed gabyx closed 5 years ago

gabyx commented 5 years ago

Small bugfix for show_prompt. Arguments are now parsed correct. Thx for merging :-)

rycus86 commented 5 years ago

Thanks! Have you tested this with both GUI and without GUI dialogs?

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 341


Totals Coverage Status
Change from base Build 314: 0.0%
Covered Lines: 1717
Relevant Lines: 1972

💛 - Coveralls
gabyx commented 5 years ago

Only seen it in dialog GUI mode, that its wrong. Should work also in CLI mode if the tests still parse the output enough agnositically :-)

rycus86 commented 5 years ago

Not sure there is a test for it actually, but had a look at the code, seems like it should be OK. Thanks for this!