From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: [msysGit] Re: [PATCH 02/11] Fix declare variable at mid of function Date: Wed, 19 Aug 2009 12:55:38 +0200 Message-ID: <4A8BDA2A.9030105@viscovery.net> References: <1250524872-5148-1-git-send-email-lznuaa@gmail.com> <1250524872-5148-2-git-send-email-lznuaa@gmail.com> <3f4fd2640908170934w4c48ada1o66745f845ecb7d49@mail.gmail.com> <4A8A3ADE.9010703@gmail.com> <1976ea660908180911m7469ac20w48a28b90262d25f6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Frank Li , Marius Storm-Olsen , Reece Dunn , git@vger.kernel.org, msysgit@googlegroups.com To: Johannes Schindelin X-From: git-owner@vger.kernel.org Wed Aug 19 12:55:50 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mdipa-0003HM-8s for gcvg-git-2@lo.gmane.org; Wed, 19 Aug 2009 12:55:50 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751784AbZHSKzk (ORCPT ); Wed, 19 Aug 2009 06:55:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751761AbZHSKzk (ORCPT ); Wed, 19 Aug 2009 06:55:40 -0400 Received: from lilzmailso01.liwest.at ([212.33.55.23]:43696 "EHLO lilzmailso01.liwest.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbZHSKzj (ORCPT ); Wed, 19 Aug 2009 06:55:39 -0400 Received: from cpe228-254.liwest.at ([81.10.228.254] helo=linz.eudaptics.com) by lilzmailso01.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1MdipO-0003JZ-KW; Wed, 19 Aug 2009 12:55:38 +0200 Received: from [127.0.0.1] (J6T.linz.viscovery [192.168.1.96]) by linz.eudaptics.com (Postfix) with ESMTP id 605E14E4; Wed, 19 Aug 2009 12:55:38 +0200 (CEST) User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Spam-Score: -1.4 (-) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin schrieb: > On Wed, 19 Aug 2009, Frank Li wrote: >> I have push my change to tgit >> git://repo.or.cz/tgit.git >> branch vcpatch2 >> >> How do I know if patch has been applied main line? > > I applied them to 4msysgit.git's devel. Note that I had a strange merge > conflict in pager.c: you replaced and #ifndef __MINGW32__ with an #ifndef > WIN32, but I don't have that #ifndef at all. 4msysgit has my "Windows: Better support PAGER settings with spaces in the path", which removes the #ifndefs, Frank's version doesn't have it. Therefore, you should not rebase Frank's patches on top of 4msysgit's master or devel before they are merged into git.git. -- Hannes