On 2011-04-16 22:09 +0800, Dave Abrahams wrote: >> It adds log message in a similar way to C-x 4 a >> (add-change-log-entry-other-window). > > Adds a log message to what? Does it create a new commit?
Add a commit message in a style similar to ChangeLog (See emacs source for example) ie. if you move point to a diff hunk, hit C, it will automatically add a line like this: * lisp/bbdb.el (bbdb-time-stamp-format): _ and leave the point at '_' where you can complete the rest of the commit (log) messages. It create a commit as 'c' so the purpose of 'C' is just to facilitate a different commit message style. Leo
