From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH tabled 1/2] server/config.c: don't dereference NULL on OOM Date: Thu, 23 Sep 2010 15:35:53 -0400 Message-ID: <4C9BAC19.1070407@garzik.org> References: <87zkv8yhnu.fsf@meyering.net> <4C9BA847.5030703@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=I+dmDLcxt3ZbzCSROMPGXVOXwedH8ktEFG1WjdWH2M0=; b=EgSpqnbpk0bv6dS7uLD3xMoNov91K2zBz2EdR2ZCbPCjygfy1oxF7ZmVrlNCALHyW1 ArkoCAKxpV8ZbDwWDBZFnZCnyEWAYfNujKedxBegWmrxFEBZ3zX7vgIAgXsITF/UNMQq PxEEhb7M3i36/Xr/SYkhtKoQoOMYTE+OKuulE= In-Reply-To: <4C9BA847.5030703@garzik.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jim Meyering Cc: Project Hail On 09/23/2010 03:19 PM, Jeff Garzik wrote: > 3) I process patches similar to how Linus and others in the kernel do > it: "git am /path/to/mbox_of_patches" That tends to impose some > restrictions on the contents of each email. FWIW, 'git pull' submissions are welcome. Standard kernel-style pull submission style applies[1]. Jeff [1] public git pull URL including branch name, diffstat, shortlog or full log of changeset summaries, and finally, the combined diff of all changes.