From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B52CC77B61 for ; Thu, 27 Apr 2023 07:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243037AbjD0H6t (ORCPT ); Thu, 27 Apr 2023 03:58:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242899AbjD0H6s (ORCPT ); Thu, 27 Apr 2023 03:58:48 -0400 Received: from bluemchen.kde.org (bluemchen.kde.org [IPv6:2001:470:142:8::100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 433552D68 for ; Thu, 27 Apr 2023 00:58:44 -0700 (PDT) Received: from ugly.fritz.box (localhost [127.0.0.1]) by bluemchen.kde.org (Postfix) with ESMTP id F387524196; Thu, 27 Apr 2023 03:58:42 -0400 (EDT) Received: by ugly.fritz.box (masqmail 0.3.4, from userid 1000) id 1prwWY-sTk-00; Thu, 27 Apr 2023 09:58:42 +0200 Date: Thu, 27 Apr 2023 09:58:42 +0200 From: Oswald Buddenhagen To: git@vger.kernel.org Cc: Phillip Wood , Elijah Newren Subject: Re: [PATCH] sequencer: rectify empty hint in call of require_clean_work_tree() Message-ID: Mail-Followup-To: git@vger.kernel.org, Phillip Wood , Elijah Newren References: <20230323162234.995514-1-oswald.buddenhagen@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20230323162234.995514-1-oswald.buddenhagen@gmx.de> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org ping! On Thu, Mar 23, 2023 at 05:22:34PM +0100, Oswald Buddenhagen wrote: >The canonical way to represent "no error hint" is making it null, which >shortcuts the error() call altogether. >