You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: "full name" is not unexpected, colleague's name is 20characters, mine is 23 but this is just a red-herring as the clash is with the commit message
Screenshots
The text was updated successfully, but these errors were encountered:
* Fix overflow in commit graph
Limit commit message to 50% width. This is rather crude but should work
for common use cases with not too-long author names.
Fixes: #17944
* Make it work with dynamic width
* use span
* use explicit none
Co-authored-by: Lunny Xiao <[email protected]>
Chianina
pushed a commit
to Chianina/gitea
that referenced
this issue
Mar 28, 2022
* Fix overflow in commit graph
Limit commit message to 50% width. This is rather crude but should work
for common use cases with not too-long author names.
Fixes: go-gitea#17944
* Make it work with dynamic width
* use span
* use explicit none
Co-authored-by: Lunny Xiao <[email protected]>
Gitea Version
1.16.0+dev-670-gc7e23401a
Git Version
2.34
Operating System
Windows
How are you running Gitea?
windows service
Database
MySQL
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Description
if a user has a full name longer than TBD, in conjunction with a long commit message, the datetime reference is overwritten with the commit+name
https://try.gitea.io/eeyrjmr/test_issues/graph
NOTE: "full name" is not unexpected, colleague's name is 20characters, mine is 23 but this is just a red-herring as the clash is with the commit message
Screenshots
The text was updated successfully, but these errors were encountered: