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>
Updated by Jonathan CLARKE over 12 years ago
- Assignee changed from Nicolas CHARLES to Jean VILVER
Updated by Jean VILVER over 12 years ago
- Status changed from 2 to Pending technical review
- % Done changed from 0 to 100
Applied in changeset eee3c36d6decec71f56f41aad52dda5586e19ef6.
Updated by Nicolas CHARLES over 12 years ago
- Status changed from Pending technical review to Released
This looks correct, thank you Jean
Updated by Jonathan CLARKE over 12 years ago
- Category changed from Web - UI & UX to Web - Maintenance
Actions