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 0E2681F5AE; Fri, 31 Jul 2020 19:44:12 +0000 (UTC) Date: Fri, 31 Jul 2020 19:44:11 +0000 From: Eric Wong To: Josh Natanson Cc: clogger-public@yhbt.net Subject: Re: Clogger request_time formatting Message-ID: <20200731194411.GA777@dcvr> References: <20200726044647.GA19757@dcvr> <20200727183856.GA26578@dcvr> <20200729092023.GA24100@dcvr> <20200730035421.GA10743@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Josh Natanson wrote: > Just sent a patch to you, hopefully in the correct format. If not, > please let me know. Thanks again for all your help, it's very much > appreciated. Thanks Josh. It also needs to Cc-ed to clogger-public@yhbt.net for the public record: . The whitespace was mangled in the C part, at least (C source is hard tabs, here, matching git.git and Linux kernel style). I recommend setting up git send-email once and being able to contribute to bunch of projects _very_ easily: https://kernel.org/pub/software/scm/git/docs/git-send-email.html There's also https://git-send-email.io/ for more of a TL;DR. Attaching a patch is fine for one-offs, too (and even Linus does it); but it's a slower workflow when you're working with large patchsets. Thanks.