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=-2.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_VALIDITY_RPBL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21928 invoked from network); 6 Nov 2022 12:44:43 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 6 Nov 2022 12:44:43 -0000 Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 243794aa; Sun, 6 Nov 2022 12:44:31 +0000 (UTC) Return-Path: Received: from metanate.com ( [2001:8b0:1628:5005::111]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id c8665cfc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sun, 6 Nov 2022 12:44:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=metanate.com; s=stronger; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-ID:Content-Description; bh=5m4zzD9ni88GyuBQynlwVJihYQ7mIF9mbD2Fa7BSh2o=; b=jxOQFHPVlDcY73wjTjG8ewQWDm PB61iKjdO+GJkT4OKZUq/HvEZOZyfVsrxovg0E5Yyu09TpIITGd218LWEaG+Uvhbwyx44lly7uT8U 7in6NxEvvXrsJJsSuZnYQAhziJPllFwGyjatXzsfMw/Fnzwc03LIp8ZEr+1ozXK/2l1I1C5s6Vx7j leMKTVu1ZVXPtNrA6Zm+oSJPRKT14qLTJ5hnwtolJDf+VOcPojET9E2l/6xUZ+WBZNTPQ9HPZ25Gh JisDGwIvB5thNzpNnKuJzMVaj8zKZi843bJik3mDcqaWrmnTZYtyPv7IYgid0XejYk+ORWst59grw oMSkj2Fw==; Received: from [81.174.171.191] (helo=donbot) by email.metanate.com with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1orf0k-0004xv-IK; Sun, 06 Nov 2022 12:44:28 +0000 Date: Sun, 6 Nov 2022 12:44:26 +0000 From: John Keeping To: Graham Perrin Cc: cgit@lists.zx2c4.com Subject: Re: Greater use of the HTML title (for tabs and title bars) in cgit Message-ID: References: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> X-Authenticated: YES 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" Hi Graham, On Sun, Nov 06, 2022 at 11:01:25AM +0000, Graham Perrin wrote: > for 1.0 > included: > > > * Show reverse paths in title bar so that browser tab shows filename. > > Please, are there plans to broaden/refine use of titles? There are no plans - but patches are welcome :-) > Early thoughts (with examples): > > The title of > could show: > > * part of the first (summary) line of the message, abbreviated … if more > than fifty characters This seems useful and is probably easy to add. > * the branch (not main) Git commits are not associated with a branch, so unless we have an h=... query argument I don't see any way to derive the correct value to display for a branch. Regards, John