-
Notifications
You must be signed in to change notification settings - Fork 163
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
Display of multiline commit messages #40
Comments
@jamescowie I was think also to include |
Ah looking into code it looks like it was a choice already made. https://github.com/cloudson/gitql/blob/develop/runtime/commits.go#L90 I might look at options to show based on setting runtime arg. |
Ok proposed solution that I have working is to have 2 types e.g. Message and that shows single line and full_message to show multi line. or is this just better to remove filter for multi lines ? |
I like the idea of having two types... what do you think @cloudson ? |
Hey guys, the commits table have already the two columns select author, full_message from commits Maybe we can work in a new way to print a table. |
Thanks for the reply. I found that when printing full message. I'm looking at how the table cells get rendered in an effort to make it fluid. However still learning to at the same time. |
Any news regarding that @jamescowie ? |
When a commit message is spread over multiple lines E.g.:
Then only the first line
This is first line of message:
gets output in the table.The text was updated successfully, but these errors were encountered: