From grahamperrin at freebsd.org Sun Nov 6 11:01:25 2022 From: grahamperrin at freebsd.org (Graham Perrin) Date: Sun, 6 Nov 2022 11:01:25 +0000 Subject: Greater use of the HTML title (for tabs and title bars) in cgit Message-ID: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> 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? Early thoughts (with examples): The title of could show: * part of the first (summary) line of the message, abbreviated ? if more than fifty characters * the branch (not main) * the short hash. , currently: > tunefs.8 ? tunefs ? sbin - src - FreeBSD source tree ? might additionally show: * the branch (not main) * the short hash. Thanks -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From john at metanate.com Sun Nov 6 12:44:26 2022 From: john at metanate.com (John Keeping) Date: Sun, 6 Nov 2022 12:44:26 +0000 Subject: Greater use of the HTML title (for tabs and title bars) in cgit In-Reply-To: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> References: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> Message-ID: 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 From dakkar at thenautilus.net Sun Nov 6 13:53:06 2022 From: dakkar at thenautilus.net (Gianni Ceccarelli) Date: Sun, 6 Nov 2022 13:53:06 +0000 Subject: Greater use of the HTML title (for tabs and title bars) in cgit In-Reply-To: References: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> Message-ID: <20221106135306.07adfe6d@thenautilus.net> On 2022-11-06 John Keeping wrote: > > * 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. We could do the equivalent of ``git branch --contains $commit``, but: - it's expensive - it returns a list of heads So I agree that the best source of branch name is the ``h=`` argument. -- Dakkar - GPG public key fingerprint = A071 E618 DD2C 5901 9574 6FE2 40EA 9883 7519 3F88 key id = 0x75193F88 From june at causal.agency Sun Nov 6 14:06:01 2022 From: june at causal.agency (june) Date: Sun, 6 Nov 2022 09:06:01 -0500 Subject: Greater use of the HTML title (for tabs and title bars) in cgit In-Reply-To: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> References: <4769ecda-d23b-65a4-132e-a2a0d8e26f13@freebsd.org> Message-ID: > On Nov 6, 2022, at 06:01, Graham Perrin wrote: > > The title of could show: > > * part of the first (summary) line of the message, abbreviated ? if more than fifty characters I sent a patch for this years ago which was ignored like all others. https://git.causal.agency/cgit-pink/commit/?id=8f9034884bb592a0514d85771bd0096b1584b552 From list at eworm.de Fri Nov 25 14:08:24 2022 From: list at eworm.de (Christian Hesse) Date: Fri, 25 Nov 2022 15:08:24 +0100 Subject: [PATCH 1/1] RFC: git: update to v2.39.0-rc0 Message-ID: <20221125140824.85184-1-list@eworm.de> From: Christian Hesse Update to git version v2.39.0-rc0, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 414a724..183b470 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.38.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.39.0.rc0 +GIT_URL = https://www.kernel.org/pub/software/scm/git/testing/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r MAN5_TXT = $(wildcard *.5.txt) diff --git a/git b/git index d5b4139..c000d91 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit d5b41391a472dcf9486055fd5b8517f893e88daf +Subproject commit c000d916380bb59db69c78546928eadd076b9c7d -- 2.38.1