From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thiago Farina Subject: Re: [PATCH 14/14] Add README and gitignore file for MSVC build Date: Tue, 25 Aug 2009 14:24:01 -0300 Message-ID: References: <6283b3e1775f43c6fc07e5047f9c99acdc27bc8f.1250860247.git.mstormo@gmail.com> <6dd71f163e5410e401fc66088405736d1978ec55.1250860247.git.mstormo@gmail.com> <54673ddb6bef681194e141e5e05e930cdfaa07bc.1250860247.git.mstormo@gmail.com> <3f4fd2640908231122m34604196pc98c5871cf5925b5@mail.gmail.com> <4A91917F.9000709@gmail.com> <1976ea660908250732q1e1fc153g663f3a9c13f1c902@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marius Storm-Olsen , Reece Dunn , Johannes.Schindelin@gmx.de, msysgit@googlegroups.com, git@vger.kernel.org To: Frank Li X-From: git-owner@vger.kernel.org Tue Aug 25 19:24:23 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 1Mfzkh-0003Ug-Rt for gcvg-git-2@lo.gmane.org; Tue, 25 Aug 2009 19:24:12 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755383AbZHYRYA (ORCPT ); Tue, 25 Aug 2009 13:24:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755347AbZHYRYA (ORCPT ); Tue, 25 Aug 2009 13:24:00 -0400 Received: from an-out-0708.google.com ([209.85.132.241]:57493 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755339AbZHYRX7 (ORCPT ); Tue, 25 Aug 2009 13:23:59 -0400 Received: by an-out-0708.google.com with SMTP id d40so5208039and.1 for ; Tue, 25 Aug 2009 10:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Sr2yQzQ/vJmaokruqJrwejg8oIEku5gzyiSYxE4tihM=; b=xGlFgWLhMaFFZReCJA3wfvSfDl0QhV2S2uv/rByoqxr+h+N6NHGr//DR/M5C8mrRlE yBbp54/7MnQgsMR7Q82r6ZhK4TkBqVbyQjKUJbsobnn2xa/tW0VF3jdPhYXQAcVZFqXY d05hUi/TTxCPQnUpeMOqqhwr4CDAmLxKVp0h0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=WigmIZA9neSamQMZxMjo7Rr05OVCKFayGMq2O4Lw1DsB6RNtKmDpb///8DtHkt0ggQ qn4qJsqYX5B+3FQleknO+77wX2wbJAjPT9Juiro7UIQ2THCemsHgmgo2QT3b4bSaAmHU LqslyUDAPRf6UHF4D/HmTXKQ0M0C5f4HG20yE= Received: by 10.101.45.2 with SMTP id x2mr6303849anj.172.1251221041155; Tue, 25 Aug 2009 10:24:01 -0700 (PDT) In-Reply-To: <1976ea660908250732q1e1fc153g663f3a9c13f1c902@mail.gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Tue, Aug 25, 2009 at 11:32 AM, Frank Li wrote: >> that it's generated by generate-cmdlist.sh, so the VS user will need >> to generate this file first (before compiling)? > > I update http://repo.or.cz/w/gitbuild.git. > Add create_command.bat to create common-cmds.h. > This is great, thank you for adding this tool. Today I ran 'git submodule update --init' and I recieved this error: No submodule mapping found in .gitmodules for path 'ext/zlib' The entry I have for zlib in .gitmodules is: [submodule "ext\\zlib"] path = ext\\zlib url = git://repo.or.cz/zlib.git Is this correct? All the others entries are configured like this: [submodule ext/git] path = ext/git url = git://repo.or.cz/tgit.git Another question: Is not better to put the README inside gitbuild with the other files instead of compat/vcbuild/?