Hi All,
I'd like to discuss the cvs commit discipline.
1. Every commit must have non empty message
2. The syntax of the message in the EBNF notation follows:
<log_mesage> := ["#"TRACKER_ITEM_NUMBER{"," TRACKER_ITEM_NUMBER}* (":" | "\n")] MESSAGE
where
TRACKER_ITEM_NUMBER is the ID of the bug report, feature request etc.
MESSAGE is some sensible text
Examples:
cvs commit -m "#1,2: finally fixed"
cvs commit -m "reformatting"
Comments?
--
Eugene
|