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: Sun, 23 Aug 2009 16:29:25 -0300 Message-ID: References: <6283b3e1775f43c6fc07e5047f9c99acdc27bc8f.1250860247.git.mstormo@gmail.com> <4b8b550914cfc4e638ff905d9b9aa416e45913f4.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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Reece Dunn , Johannes.Schindelin@gmx.de, msysgit@googlegroups.com, git@vger.kernel.org, lznuaa@gmail.com To: Marius Storm-Olsen X-From: git-owner@vger.kernel.org Sun Aug 23 21:29:34 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 1MfIkv-0006lT-7i for gcvg-git-2@lo.gmane.org; Sun, 23 Aug 2009 21:29:33 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933914AbZHWT3Z (ORCPT ); Sun, 23 Aug 2009 15:29:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933801AbZHWT3Y (ORCPT ); Sun, 23 Aug 2009 15:29:24 -0400 Received: from an-out-0708.google.com ([209.85.132.247]:1881 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933842AbZHWT3Y (ORCPT ); Sun, 23 Aug 2009 15:29:24 -0400 Received: by an-out-0708.google.com with SMTP id d40so2711039and.1 for ; Sun, 23 Aug 2009 12:29:25 -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=AaPWEoe8+yuHiJTP92gwOSr1qEiEo2xFRrqBnzurGe4=; b=aaC2RffuV+49QS/fnRURzYIiCVlTmiZHJePUQMueyZfpJ67/RtGxOrrQy481wNf2vW 8va/JU053Is14oXwJHU3niR0MSHLjvV6EdYHMffZYSx97z3nHsQ2eEsj1CiTlJh+9El3 9PjDcOwMYbMZH7ZfqswFfLc3LCZPaBRlFL2+g= 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=YWvupCoKs7oXEjH8BOZ4+IaHv45NDSZgWum6ZaF/vsL3F807xCsodHilNlGQ+gD6Nu szdDP85KbkSisRWwwg/XxBBj67rnbdEp0tj1rDuGyKqOkZYg9KClVVJyhKQLPltVEGBg LLRXZ1NIsm/ePiuf8pfVGd645ULCdq/nZ4NIk= Received: by 10.101.59.17 with SMTP id m17mr3786408ank.13.1251055765618; Sun, 23 Aug 2009 12:29:25 -0700 (PDT) In-Reply-To: <4A91917F.9000709@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Marius, how common-cmds.h will be generated? In the header file says that it's generated by generate-cmdlist.sh, so the VS user will need to generate this file first (before compiling)? When I tried to compile after pulling from the repository, I couldn't, so I copied it from the the msysgit.