[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: commit style redux
From: |
Glenn Morris |
Subject: |
Re: commit style redux |
Date: |
Fri, 15 Jan 2010 22:00:09 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
[replying to old message]
Miles Bader wrote:
> (3) Don't phrase log messages assuming the filename is known, because
> in non-file-oriented systems (everything modern other than CVS),
> the log listing tends to be treated as global information, and the
> connection with specific files is less explicit.
I use M-x log-edit-insert-changelog to auto-populate the vc-log buffer
from my ChangeLog entries. Is this doing the right thing, or does Emacs
need to be changed?
It creates log entries like this:
* cedet/ede/cpp-root.el (ede-cpp-root-project): Foo
* srecode/doc-cpp.srt, srecode/doc-default.srt: Bar
* ede.texi (ede-target):
* org.texi (Refiling notes): Qux
The paths are relative to where each ChangeLog file is, rather than
relative to the root of the project. If there are two files with the
same basename in different subdirectories, things might get ambiguous.
- Re: commit style redux,
Glenn Morris <=
- Re: commit style redux, Juanma Barranquero, 2010/01/16
- Re: commit style redux, Thien-Thi Nguyen, 2010/01/16
- Re: commit style redux, Glenn Morris, 2010/01/26
- Re: commit style redux, Stefan Monnier, 2010/01/27
- log-edit-strip-single-file-name [was Re: commit style redux], Glenn Morris, 2010/01/28
- Re: log-edit-strip-single-file-name, Stefan Monnier, 2010/01/28
- Re: log-edit-strip-single-file-name, Stefan Monnier, 2010/01/28
- Re: log-edit-strip-single-file-name, Dan Nicolaescu, 2010/01/28
- Re: log-edit-strip-single-file-name, Dan Nicolaescu, 2010/01/29
- Re: log-edit-strip-single-file-name, Stefan Monnier, 2010/01/29