This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: FYI: patch: gnu.java.net.protocol.http.Connection
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Michael Koch <konqueror at gmx dot de>, java-patches at gcc dot gnu dot org
- Date: 05 Jan 2004 13:23:07 -0700
- Subject: Re: FYI: patch: gnu.java.net.protocol.http.Connection
- References: <200312311231.51982.konqueror@gmx.de><16370.46804.867245.665295@cuddles.cambridge.redhat.com><20031231120339.GB32622@mail.konqueror.de><16370.50216.305971.407421@cuddles.cambridge.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> http://gcc.gnu.org/contribute.html#patches
Andrew> "The ChangeLog entries should be plaintext rather than part of the
Andrew> patch since the top of the ChangeLog changes rapidly and a patch to
Andrew> the ChangeLog would probably no longer apply by the time your patch is
Andrew> reviewed."
I've been a bit more tolerant on java-patches since this doesn't apply
to folks who commit their own changes, and since I use
clcleanup/cl2patch on patches I apply (these scripts handle this
situation automatically).
It's also simple enough to run clcleanup on a diff before posting;
that's what I do.
Tom