X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.221.182]) by lists.alpinelinux.org (Postfix) with ESMTP id 75C0D1EC815 for ; Mon, 8 Jun 2009 12:02:39 +0000 (UTC) Received: by qyk12 with SMTP id 12so728609qyk.27 for ; Mon, 08 Jun 2009 05:02:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=INfuFUWFKOHrzO/DmG7KM6KUB8jAe7rwyAA4csRKdJ4=; b=GVb3/XtiRNnYDP1Lk2MVGQj+4lPE7LTWpfNzgKL5OgaTjF4BiAz/FUhBS+lm5nT2rs BY71KpIVAHXUyh2WMCetfenRTB0Z2RiPlT4E2QHrbfK4jOXm5HSXxEX7frk/avQNFVUc h96MhVkjIUl0RhvVRFmxAInpR/MpfFcyor850= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=A5i4BXtqkvoSSmFwf7KKeFTwcNRKeYOWlYK52sPAa+oivjHwseU0zLbjvQ7oyoU0nB cV3RP+wNrbpt2WIUmObAGt0/Hq1r8/S1R+wobMesIIwuWFYBqcQ5ZHulTR8Za8ouuUvq QH0m4YEzciHFQtimAr702sUMM2iMW5oeiuWiQ= Received: by 10.224.74.84 with SMTP id t20mr6538914qaj.332.1244462556669; Mon, 08 Jun 2009 05:02:36 -0700 (PDT) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id 5sm6428090qwh.31.2009.06.08.05.02.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 05:02:34 -0700 (PDT) Cc: Mika Havela , alpine Message-Id: <3DD08344-3142-4FE2-87AB-E46FCDB37391@gmail.com> From: Michael Mason To: Natanael Copa In-Reply-To: <1244316209.20550.28.camel@nc> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [alpine-devel] .gitignore suggestion on exclude git-format patch files Date: Mon, 8 Jun 2009 12:02:32 +0000 References: <20090605134850.A6B5437E4B@smtp4-2-sn2.hy.skanova.net> <1244316209.20550.28.camel@nc> X-Mailer: Apple Mail (2.935.3) On Jun 6, 2009, at 7:23 PM, Natanael Copa wrote: > 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. > Thanks for the heads up. Reverted changes. http://git.alpinelinux.org/cgit/aports-mmason/commit/?id=e2b5ba4617a752900656a2d239c4f0bcc6a073d4 > 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 ---