Actions
Bug #2535
closedMulti-line reason messages are hard to read in the git log
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
So, I just made a change in Rudder, and wrote out a nice long message explaining why. However, in the "git log", it's really hard to read:
commit 7b217db958b5be8e08240bb31117a313d33db288 Author: jon.doe <email not set> Date: Tue Jun 5 19:07:05 2012 +0200 Archive policy instance with ID 'cae97971-ca99-49df-984f-3116c3756871', reason: So, I was testing this feature an d had some fun Line break Wrote several lines in the reason message yo
I think it would be preferable to format this message as follows:
Archive policy instance with ID 'cae97971-ca99-49df-984f-3116c3756871' Reason provided by user: So, I was testing this feature and had some fun Line break Wrote several lines in the reason message yo
Ou, de manière plus générique :
Archive policy instance with ID '<UUID>' Reason provided by user: <MESSAGE>
Actions