Commit Log Standard
If one was to watch and mitnick the ez.no commit log messages general standard.
Examples
svn commit --username ghb -m"{$primary_message} : {$secondary_message}{$third_message}
'primary _message' - Added, Updated, Removed (Added with priority over an update in grouped commits)
'secondary_message' - Free Form, First Character Uppercase.
'third_message' - Optional third message (used to describe a smaller separate change for example an update after an add)
External references
- ez.no/community/developer mentions this standard but does not describe it.