ChangeLog's: do we have to?
Joseph Myers
joseph@codesourcery.com
Fri Jul 20 21:19:00 GMT 2018
On Thu, 5 Jul 2018, Aldy Hernandez wrote:
> However, even if you could "git log --grep" the commit messages, I assume your
> current use is grepping for function names and such, right? Being able to grep
> a commit message won't solve that problem, or am I missing something?
If you know what function and file you're interested in, you can use git
log -L to find changes to it (I've used that in the GCC context before),
or of course other tools such as git blame.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Gcc
mailing list