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=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9F6341F8C2 for ; Fri, 12 Feb 2021 04:34:53 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1613104491; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cPgGh/aoz/FZAMsRAYkeU44DRFG7TQg822cjoOi+24k=; b=VObJiHAFJ6M5vcIaI8z+O21TbBHyl3ruIodh28xh8KZhlxrq3xhleLlDfKX3iSP0Am4Z2N BLjmYN7E6p4FPSO/mZNoKSdC2NprxPRp6Lif7vwKB7dRj/un9P0lUfDvNmeNJj4tbGmkYo cgn1FqmyFS0+kP4xSy2rO+Ml2/Kc2eHlDCdPZjd4nH3apt1+GXBxEqmxFePy0t8uECMt7Z 87HKASkSArv7GPQ4JEaS+4h6kvV3lr/6iIm5GUPmDtR1KkqClo+AJptiZRlcJ5ag+CLaCq CYifLKm1dIFYkFSlnuLPfKouMdV0iS/prJmvE15NgvXE+7rC3I+CnpXS8cxX4w== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/2] WWW + "lei q --stdin": support git approxidate In-Reply-To: <20210210195759.11108-1-e@80x24.org> References: <20210210195759.11108-1-e@80x24.org> Date: Thu, 11 Feb 2021 23:34:50 -0500 Message-ID: <87k0rd9a51.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > 1/2 is something I've wanted since 2015. It could be done in a > less janky way if we didn't have to spawn git-rev-parse(1) > (libgit2 doesn't expose git__date_parse) AND if we didn't need > to support both XS and SWIG Xapian bindings. > > But it's stable enough performance-wise for now with a single > git(1) process that I don't worry about making it public-facing > in WWW. Very neat :) I bet I'll end up using this a lot.