This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Git ChangeLog policy for GCC Testsuite inquiry
On Fri, Feb 07, 2020 at 03:34:03PM -0700, Tom Tromey wrote:
> >>>>> "Jason" == Jason Merrill <jason@redhat.com> writes:
>
> Jason> I omit ChangeLogs by adding ':!*/ChangeLog' to the end of the git
> Jason> send-email command. I don't remember where I found that incantation.
>
> Cool, I did not know about this.
Yeah, me neither. And it isn't something new, it is ancient.
The manpage for this is "man gitrevisions". It doesn't explain the !
though, and not wildcards even.
(dir.c in git.git, if you like spelunking).
Segher