- Subject: Commit involving project MyProject
- The following were committed
- /MyProject/src/main/Main2.java
- /MyProject/src/main/Main3.java
Only commits involving files trigger this mechanism, so for example
committing a new empty folder does not produce a message.
Subject line prefix
This option specifies the subject line prefix used in constructing the
message subject. The project names involved in the commit will be appended
after the prefix.
Delay (in minutes)
This option specifies the delay in minutes between the last commit and
the message broadcast. If you are performing multiple commits in sequence,
this provides a way to batch all the changes into a single message rather
than a message for each individual commit. The default is five minutes.
Modified prefix
This option determines the label prefix used to trigger the commit
message. It defaults to the the right angle bracket (">")
which is the character used by the CVS label decorators to indicate a file
that has been modified but not yet checked in. The change in that prefix
(it is removed when the file is checked in) triggers the commit message
broadcast.