From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Spelling fixes. Date: Sun, 24 Feb 2013 22:34:46 -0800 Message-ID: <7vzjys3nqx.fsf@alter.siamese.dyndns.org> References: <1361629899-8346-1-git-send-email-ville.skytta@iki.fi> <51290905.10008@lsrfire.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Ville =?utf-8?Q?Skytt=C3=A4?= , git@vger.kernel.org To: =?utf-8?Q?Ren=C3=A9?= Scharfe X-From: git-owner@vger.kernel.org Mon Feb 25 07:35:24 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U9rek-0006FU-Kz for gcvg-git-2@plane.gmane.org; Mon, 25 Feb 2013 07:35:22 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754582Ab3BYGeu convert rfc822-to-quoted-printable (ORCPT ); Mon, 25 Feb 2013 01:34:50 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:48025 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752322Ab3BYGet convert rfc822-to-8bit (ORCPT ); Mon, 25 Feb 2013 01:34:49 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id E8F81A194; Mon, 25 Feb 2013 01:34:48 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=GTLPEXcIGpCr Kmb8BX4A3ZxvfA8=; b=xujkLTmEgYmwZYfw0Suot0+1uw+3Xv02p/JRRZuyvOGQ 9iQaELRtpRjNhVvga4wv6mGZQngNudG9dEv0eWarx2xc82V6+1zo21eEFQrco+bV Fq55IJV5cSKiPfSgp4KWqE4+6jC2FUwhSVl7fZoEbkHP1f7XsD2M5Kv7LSCYT9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=tk1sng iXd52uvir/Jb1imUMFS4SlwXot/ncjPu/3V6tUSSSR+F2fgXD/ZGDxArrzfKgMPa k55Ru/hRlxHOgKllEXVk+e8awSPpq4Lfx9bFEYGKdFiDrgPfVo7TcXU50bZX4r0q qgPcgsw32ILldJEzE9FsAoHNH3uL521T5UR3I= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id DE3F8A193; Mon, 25 Feb 2013 01:34:48 -0500 (EST) Received: from pobox.com (unknown [98.234.214.94]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 61400A191; Mon, 25 Feb 2013 01:34:48 -0500 (EST) In-Reply-To: <51290905.10008@lsrfire.ath.cx> (=?utf-8?Q?=22Ren=C3=A9?= Scharfe"'s message of "Sat, 23 Feb 2013 19:23:01 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 738AF14C-7F15-11E2-9976-27D12E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Ren=C3=A9 Scharfe writes: > Am 23.02.2013 15:31, schrieb Ville Skytt=C3=A4: >> >> Signed-off-by: Ville Skytt=C3=A4 >> --- >> Documentation/RelNotes/1.7.5.4.txt | 2 +- >> Documentation/RelNotes/1.7.8.txt | 2 +- > > Retroactively changing release notes for older versions is not worth > it, I think. > >> Documentation/RelNotes/1.8.2.txt | 2 +- > > Fixing typos in this draft for the next release is a good idea, thoug= h. > >> kwset.c | 4 ++-- > >> xdiff/xdiffi.c | 2 +- > > These files come from external sources and it would be nice to push > fixes (not just for typos) upstream as well. > > Ren=C3=A9 A good suggestion. Thanks.