From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Meyering Subject: Re: [PATCH tabled 1/2] server/config.c: don't dereference NULL on OOM Date: Fri, 24 Sep 2010 19:43:40 +0200 Message-ID: <87k4mbnik3.fsf@meyering.net> References: <87zkv8yhnu.fsf@meyering.net> <4C9BA847.5030703@garzik.org> <4C9BAC19.1070407@garzik.org> <87iq1vqsus.fsf@meyering.net> <4C9CDEE2.1030506@garzik.org> Mime-Version: 1.0 Return-path: In-Reply-To: <4C9CDEE2.1030506@garzik.org> (Jeff Garzik's message of "Fri, 24 Sep 2010 13:24:50 -0400") Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jeff Garzik Cc: Project Hail Jeff Garzik wrote: > On 09/24/2010 07:32 AM, Jim Meyering wrote: >> You can pull from the "oom" branch here: >> git://git.infradead.org/users/meyering/tabled.git > > Got nearly everything perfect. Need one more minor yet important > change. As described in doc/contributions.txt, every changeset MUST > have a Signed-off-by line at the end of a changeset's description. > > I was able to pull and build just fine, so your git repo setup and > push appears correct. > > Also, in your pull request, please put the branch immediately > following the repo URL on the same line, for easier cut-n-paste. > Here's how Linus requests his pull-requests to look: Ok. I've added those pesky S.O.B lines with this: git filter-branch --msg-filter \ 'cat && printf "\nSigned-off-by: Jim Meyering \n"' \ HEAD~4..HEAD and pushed the result. Please pull from the 'oom' branch of git://git.infradead.org/users/meyering/tabled.git I presume there's no need to re-post the diffstat or diffs.