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 D30311F5AE; Mon, 27 Jul 2020 18:38:56 +0000 (UTC) Date: Mon, 27 Jul 2020 18:38:56 +0000 From: Eric Wong To: Josh Natanson Cc: clogger-public@yhbt.net Subject: Re: Clogger request_time formatting Message-ID: <20200727183856.GA26578@dcvr> References: <20200726044647.GA19757@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Josh Natanson wrote: > I'm hoping to find some time this week to work on it. What's your > preferred way to review? I do everything through email. "git format-patch" + "git send-email" are the recommended tools. It's the same way git.git and the Linux kernel work (see Documentation/SubmittingPatches in git) https://git.kernel.org/cgit/git/git.git/tree/Documentation/SubmittingPatches (I don't care about Signed-off-by or real names, though)