From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9E8B81FC43; Mon, 13 Mar 2017 19:18:25 +0000 (UTC) Date: Mon, 13 Mar 2017 19:18:25 +0000 From: Eric Wong To: Jeremy Evans Cc: unicorn-public@bogomips.org Subject: Re: [PATCH] Add worker_exec configuration option V2 Message-ID: <20170313191825.GA20832@untitled> References: <20170308184432.GA35527@jeremyevans.local> <20170308200256.GA21719@whir> <20170309194119.GD35527@jeremyevans.local> <20170310211907.GA5022@untitled> <20170311052652.GB80208@jeremyevans.local> <20170311071849.GA25506@whir> <20170313153258.GE80208@jeremyevans.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170313153258.GE80208@jeremyevans.local> List-Id: Jeremy Evans wrote: > Here's a patch to fix the stack depth issue: Thanks, applied with some trailing whitespace fixups. (I suggest enabling the pre-commit hook distributed with git in $GIT_DIR/hooks/pre-commit, it'll run "git diff-index --check ..." to check that) > From aa4914846a0870e5b01530a47d6dbfe09aeb39ce Mon Sep 17 00:00:00 2001 Btw, you can omit the above line and replace it with "---8<---" (no quotes) so the applier can use "git am --scissors". Thanks.