Re: ChangeLogs in commit messages
Joel Brobecker <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> > Again, I do think that having the CL entry in the commit message is > > useful, and I disagree with the idea of removing it from there. > > Imagine you are scanning the past changes, looking for what might > > have caused a behavior change. When using "git log", having the CL > > in there often helps. > > It's already included. You can use git log -p to show it. But -p shows the _entire_ patch. This is a lot of clutter just to get the ChangeLog entries, don't you think? -- Joel