Thanks,
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
It adds log message in a similar way to C-x 4 a
(add-change-log-entry-other-window).
Leo
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
Add a line like that *to what*? The log message for an upcoming
commit?
> and leave the point at '_' where you can complete the rest of the commit
> (log) messages.
So then `C-c C-c' commits everything that's staged, or just what I was
on when I hit `C'? AFAICT only the file I was on shows up that way in
the commit log.
> It create a commit as 'c'
What creates a commit as 'c'?