From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C6A6D1F5AE; Mon, 3 Aug 2020 20:58:13 +0000 (UTC) Date: Mon, 3 Aug 2020 20:58:13 +0000 From: Eric Wong To: Josh N Cc: clogger-public@yhbt.net Subject: Re: [PATCH] Added optional POWER argument to $response_time Message-ID: <20200803205813.GA15092@dcvr> References: <20200803125415.83393-1-josh@natanson.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200803125415.83393-1-josh@natanson.net> List-Id: Thanks Josh! There's some trailing whitespace issues, so I applied with "git am --whitespace=fix" and pushed to https://yhbt.net/clogger.git as commit 81cf3b2f31a55a2caf8222c6847ca8d9c01f8eee In the future, it's worth enabling git's default pre-commit hook which does "git diff-index --check --cached $against --" for all your projects for ease-of-merging and patch review. There's a few other unrelated things I'll cleanup but expect a release in the next week or so. Thanks again.