Re: A trivial script to scrub ChangeLog changes from "git show"

2013-05-22 Thread Andrew Pinski
On Wed, May 22, 2013 at 1:10 PM, David Malcolm wrote: > I've been writing some automation around testing gcc patches, and kept > running into ChangeLog conflicts, so I wrote the following to make it > easier. > > The attached one-liner wraps "git show" into a form that omits changes > to ChangeLog

A trivial script to scrub ChangeLog changes from "git show"

2013-05-22 Thread David Malcolm
I've been writing some automation around testing gcc patches, and kept running into ChangeLog conflicts, so I wrote the following to make it easier. The attached one-liner wraps "git show" into a form that omits changes to ChangeLog files, for use when generating patches from a git repo, so that y