From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25091 invoked from network); 19 Dec 2022 14:32:43 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 19 Dec 2022 14:32:43 -0000 Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 1bd20716; Mon, 19 Dec 2022 14:32:17 +0000 (UTC) Return-Path: Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id a236d65d (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Mon, 19 Dec 2022 14:32:15 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F1F7960FB4 for ; Mon, 19 Dec 2022 14:32:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1BDF2C433D2 for ; Mon, 19 Dec 2022 14:32:13 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="RK3oTK4H" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1671460331; 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=V/l7dF1LuUKifTnRkcbzRVqPsE7hnjPAQoRRCYE4L6s=; b=RK3oTK4HBTjWHN4NeyWEbyffUT+NahFbkCU7SorlthsXh5HSnwKKu1JPl8mr6YViNFoEvy FD3TyeP+TVMmO1idSqGtFYxYLSBMp80l3kQUtxnYOia0VKMBLIrbcpFHJZ9chEvk9UB9dP B2vMIgcmIJ7hadutqlrP6tq6CQtuNq0= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 2c9480e5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 19 Dec 2022 14:32:11 +0000 (UTC) Received: by mail-yb1-f174.google.com with SMTP id i186so9599969ybc.9 for ; Mon, 19 Dec 2022 06:32:11 -0800 (PST) X-Gm-Message-State: ANoB5pmj7DvatxDuhUT9i+MmhpsGXhxLqblHKBnYiRwOByyCptoXWO8I cpqE7j48L7SPohiYXWIP6trYR8tPdonzgEd0QPo= X-Google-Smtp-Source: AA0mqf61jXTSSxcX/77KuuqtyoWWPadgbATxMRE7sGBZbodNgh8STg9Hf560Xwi2e0z438+zjVaQcUR+mH7XlhHY0GE= X-Received: by 2002:a25:d4f:0:b0:703:8a9c:fd with SMTP id 76-20020a250d4f000000b007038a9c00fdmr14883489ybn.231.1671460330727; Mon, 19 Dec 2022 06:32:10 -0800 (PST) MIME-Version: 1.0 References: <20190315201705.32714-1-aklhfex@gmail.com> In-Reply-To: <20190315201705.32714-1-aklhfex@gmail.com> From: "Jason A. Donenfeld" Date: Mon, 19 Dec 2022 15:31:59 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] ui-repolist, ui-shared: remove redundant title on repo anchors To: Chris Mayo Cc: cgit@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Applied, thanks. Jason