X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f228.google.com (mail-fx0-f228.google.com [209.85.220.228]) by lists.alpinelinux.org (Postfix) with ESMTP id 9EC8D1EC811 for ; Fri, 5 Jun 2009 15:13:22 +0000 (UTC) Received: by fxm28 with SMTP id 28so1607749fxm.25 for ; Fri, 05 Jun 2009 08:13:21 -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=IyC0vPp967uC4uEidGjyF1R8siDf7pSDE29JNXgogCA=; b=vZ3eCT3VBSoh0PVX3KxkzxEn6nJseuT3aJ8DZiG0rTTo5UY3kOS/MDk1sHaLlfScqf Uy5TL40JXTHeJr3vNt8j4IxhHL6CwRZtljsK7FdkySiSKPq6uD+YjXYVc3yMxhfTygcK XVGQJsU+V1ZE9rCYqEsdGctXq+rRbGMpESmbY= 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=JcJl70Lfb0WWxMFSh5uUgP/bjkrJwSXI8o58cS3ItiwVbI2KBBgmcBGEC0w75PZwa8 kxNrLJKttd1ZQn2tfm2P0031owMdSfgKp8DeQwHmFL16oXmcZXKg+HRO+6HoXL8dKqz/ BbgqZ/4pojImPgn2AqL4ZQArRgpVs8f9bP/C4= Received: by 10.103.172.7 with SMTP id z7mr2266317muo.15.1244214801004; Fri, 05 Jun 2009 08:13:21 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.193.163]) by mx.google.com with ESMTPS id w5sm236609mue.34.2009.06.05.08.13.19 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Jun 2009 08:13:20 -0700 (PDT) Subject: Re: [alpine-devel] .gitignore suggestion on exclude git-format patch files From: Natanael Copa To: Mika Havela Cc: alpine In-Reply-To: <20090605134850.A6B5437E4B@smtp4-2-sn2.hy.skanova.net> References: <20090605134850.A6B5437E4B@smtp4-2-sn2.hy.skanova.net> Content-Type: text/plain Date: Fri, 05 Jun 2009 17:13:17 +0200 Message-Id: <1244214797.20550.10.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 Fri, 2009-06-05 at 13:48 +0000, 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. > > <> > cannot have that in gitignore since we cannot guarantee that there are no 000*patch files in aports tree that should be there for example: ./core/linux-grsec-sources/0001-linux-2.6.28.5-ipgre-strict-binding.patch ./core/linux-grsec-sources/0002-linux-2.6.28.5-ipgre-optimize-hash-lookup.patch -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---