Actions
Feature #10886
openSensitivity to git-style log messages
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
With Git, you are encouraged to enter commit messages with a one line summary followed by an empty line and then paragraphs with more detail. (see http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
It is then possible to use this subject/body distinction in various other places to make the UI nicer. For example, git log
, Github, and TortoiseSVN's "Show Log" are all sensitive to this format.
It could be nice if Redmine also did this; for example, it could apply different styles to the subject, or show only the subject in the log on the repository index.
Related issues
Updated by Harry Garrood over 12 years ago
I have just realised that the activity page does do this already.
Updated by Go MAEDA over 3 years ago
- Related to Feature #10968: Restore comments nowrap for revisions added
Actions