Hability to output verbose message in GitException#75
Hability to output verbose message in GitException#75PululuK wants to merge 1 commit intoczproject:masterfrom
verbose message in GitException#75Conversation
|
Hello, thanks for PR. Why you need this change? You can just use: try {
// $git->open()
// $gitRepository->xyz()
} catch (CzProject\GitPhp\GitException $e) {
$e->getRunnerResult()->toText();
} |
|
Hello @janpecha Exactly the ideia is to avoid to call runner, and access directly |
|
It seems useless for me. If I can call What about to add new method |
76b0c35 to
187af7d
Compare
You are right @janpecha ! |
|
Nice! Can you fix static analysis & code style errors please? And change commit message to something like |
No description provided.