-
-
Notifications
You must be signed in to change notification settings - Fork 301
fix(git): fix returned value for GitCommit.message when body is empty #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(git): fix returned value for GitCommit.message when body is empty #166
Conversation
GitCommit.message should return only title without excess newlines if commit body is empty.
Codecov Report
@@ Coverage Diff @@ ## master #166 +/- ## ========================================== + Coverage 91.53% 91.84% +0.31% ========================================== Files 33 33 Lines 768 785 +17 ========================================== + Hits 703 721 +18 + Misses 65 64 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Let's merge it 👍
Awesome!
GitCommit.message should return only title without excess newlines if commit body is empty.