X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f215.google.com (mail-bw0-f215.google.com [209.85.218.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 970171EC819 for ; Sat, 6 Jun 2009 19:23:35 +0000 (UTC) Received: by bwz11 with SMTP id 11so2272501bwz.25 for ; Sat, 06 Jun 2009 12:23:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=CMNCDXnTFYFvKLByOQohRs53DbWIKkTMshSAsXx4C/Y=; b=MlYI9zjSzGbyZ/p01QTLJ9I1tkQ7YXiD5o622anvSiP0pY6kttjdmUJyxiyVruwOH+ hPQIYQvcH4ryeByp0H0P4/szSsm8B/HCByd7TtO37wLFWmV8md1OdQw3e+olSLAxgFNl 6sUZsnPimLXSqFAvo9ncYz7zKWNslH7wCwvLo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=SKy3yextcPS96d7/dTjX72NtZr1DMEjSqlHB1ao00cM1Uhe/3Cs8Jhrt4d8Fq6RLGl s2dYMlvkM243DnzzYhBIB7B41Ahq5uvy1H/B1DQ/MqNZf3Go7dUBiz8sE1KwnfOvROac zGrtgb8J9wkkAv4n4o+MU2ObPSYt5wlM20HkI= Received: by 10.204.119.70 with SMTP id y6mr4644107bkq.72.1244316212688; Sat, 06 Jun 2009 12:23:32 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.193.163]) by mx.google.com with ESMTPS id 26sm1484606fks.31.2009.06.06.12.23.30 (version=SSLv3 cipher=RC4-MD5); Sat, 06 Jun 2009 12:23:31 -0700 (PDT) Subject: Re: [alpine-devel] .gitignore suggestion on exclude git-format patch files From: Natanael Copa To: Michael Mason Cc: Mika Havela , alpine In-Reply-To: References: <20090605134850.A6B5437E4B@smtp4-2-sn2.hy.skanova.net> Content-Type: text/plain Date: Sat, 06 Jun 2009 21:23:29 +0200 Message-Id: <1244316209.20550.28.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit On Sat, 2009-06-06 at 00:56 +0000, Michael Mason wrote: > On Jun 5, 2009, at 1:48 PM, Mika Havela wrote: > > > WHen doing 'git format-patch' I get a nnnn-some-text-here.patch file > > that I send to this list (see attached file). > > I don't want 'git status' to care about this file because it's just > > a patch I send to you. > > So I would suggest this could be applied in main tree. > > > > <> > > > > Patch Applied. > http://git.alpinelinux.org/cgit/aports-mmason/ > > > <0001-.gitignore-Suggestion-on-howto-exclude-git-format.patch> Please revert this patch (or I will not be able to pull your tree) as it will break the build tree. This effectively forbids any APKBUILDs use any 000*.patch files. Run a 'find -name '000*.patch' in your tree and you will find which packages it will break. That said, nothing prevents Mika to have those changes in *his* tree. Just be aware of what you really are doing. Other option is that Mika use 'git format-patch -o'. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---