-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Multiple-Line commit message #2939
Comments
What is expected behaviour here? |
I think full message should be shown only when viewing commit diff page |
And also collapsed by default and expandable when clicked on |
You could also collaps it in the commit list, like github does. |
@lafriks , maybe another way is to make tooltip with multiline information over singlelined current behavior. At least, this way affects UI changes less |
@davydov-vyacheslav it's also an option. Only disadvantage of that is you can not copy text from it if you need it |
I implemented @davydov-vyacheslav's idea, you're welcome to take a look and criticize me if I did anything wrong. |
I think something similar to github would be a good idea, because as @lafriks said, it's not possible to copy something. Also, it's not that good to read. |
My pull request for this at #2980 is now complete (I hope), if anyone would like to test it I'd greatly appreciate it. |
resolved by #2980 |
[x]
):Description
Only the first line of a commit message is shown.
Screenshots
How it looks in gitea:
Commit history -> https://i.imgur.com/oVDhmAP.png
Commit view -> https://i.imgur.com/lXAfOxV.png
The whole commit message (from a discord webhook):
https://i.imgur.com/9BeVaIS.png
The text was updated successfully, but these errors were encountered: