From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: [PATCH v9 1/1] http: Add Accept-Language header if possible Date: Thu, 26 Feb 2015 17:06:10 -0500 Message-ID: <20150226220609.GA24663@peff.net> References: <1422446677-8415-1-git-send-email-eungjun.yi@navercorp.com> <1422446677-8415-2-git-send-email-eungjun.yi@navercorp.com> <20150226030416.GA6121@peff.net> <20150226213356.GA14464@peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Junio C Hamano , Yi EungJun , Git List , Yi EungJun , Peter Krefting , Michael Blume , Torsten =?utf-8?Q?B=C3=B6gershausen?= To: Stefan Beller X-From: git-owner@vger.kernel.org Thu Feb 26 23:06:20 2015 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 1YR6ZV-0007KT-CO for gcvg-git-2@plane.gmane.org; Thu, 26 Feb 2015 23:06:18 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754500AbbBZWGN (ORCPT ); Thu, 26 Feb 2015 17:06:13 -0500 Received: from cloud.peff.net ([50.56.180.127]:53879 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754001AbbBZWGM (ORCPT ); Thu, 26 Feb 2015 17:06:12 -0500 Received: (qmail 19007 invoked by uid 102); 26 Feb 2015 22:06:12 -0000 Received: from Unknown (HELO peff.net) (10.0.1.1) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Thu, 26 Feb 2015 16:06:12 -0600 Received: (qmail 28435 invoked by uid 107); 26 Feb 2015 22:06:14 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Thu, 26 Feb 2015 17:06:14 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Thu, 26 Feb 2015 17:06:10 -0500 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Feb 26, 2015 at 01:47:34PM -0800, Stefan Beller wrote: > On Thu, Feb 26, 2015 at 1:42 PM, Junio C Hamano wrote:> > > Here is what I queued. Thanks. > > I did not follow the thread if there are any intermediate patches, > though it applied cleanly. What Junio posted is missing the hunk to drop the old static definition of get_preferred_languages from http.c. -Peff