From lagiraudiere+cgit at free.fr Sat Feb 3 17:20:47 2024 From: lagiraudiere+cgit at free.fr (=?UTF-8?B?TG/Dr2M=?=) Date: Sat, 3 Feb 2024 18:20:47 +0100 Subject: Enhancement request : ui-blob: Make the target line of a link, visually identifiable. Message-ID: <5e2ed4ad-256b-40cf-bf40-68bf67336b8c@free.fr> Hi all, When I create a reference to a precise line in a file (for instance a hyperlink to "https://git.zx2c4.com/cgit/tree/cgit.css#n321" ), I miss a visual feedback, on the line I want to highlight. To implement this feature, I suggest to add a curved arrow ahead of the line number. That could be done by adding the following stylesheet to cgit.css ?? div#cgit table.blob td.linenumbers a:target:before {color: red;content: "\2BA9";} (patch attached) Thank you for your attention Regards Lo?c -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-a-curved-arrow-ahead-of-the-line-number.patch Type: text/x-patch Size: 855 bytes Desc: not available URL: From list at eworm.de Sat Feb 3 20:20:14 2024 From: list at eworm.de (Christian Hesse) Date: Sat, 3 Feb 2024 21:20:14 +0100 Subject: Enhancement request : ui-blob: Make the target line of a link, visually identifiable. In-Reply-To: <5e2ed4ad-256b-40cf-bf40-68bf67336b8c@free.fr> References: <5e2ed4ad-256b-40cf-bf40-68bf67336b8c@free.fr> Message-ID: <20240203212014.7b126f58@leda.eworm.net> Lo?c on Sat, 2024/02/03 18:20: > Hi all, > > When I create a reference to a precise line in a file (for instance a > hyperlink to "https://git.zx2c4.com/cgit/tree/cgit.css#n321" ), I miss a > visual feedback, on the line I want to highlight. > > To implement this feature, I suggest to add a curved arrow ahead of the > line number. > That could be done by adding the following stylesheet to cgit.css > > ?? div#cgit table.blob td.linenumbers a:target:before {color: > red;content: "\2BA9";} Pushed here, but I can not tell if or when this will see any more attraction: https://git.zx2c4.com/cgit/log/?h=ch/highlight-line -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];) putchar(b-1/(/* Chris cc -ox -xc - && ./x */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From list at eworm.de Tue Feb 13 15:45:42 2024 From: list at eworm.de (Christian Hesse) Date: Tue, 13 Feb 2024 16:45:42 +0100 Subject: [PATCH 1/1] RFC: git: update to v2.44.0-rc0 Message-ID: <20240213154542.281473-1-list@eworm.de> From: Christian Hesse Update to git version v2.44.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 5e8b85a..aaf9243 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.43.0 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.44.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 564d025..c875e0b 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 564d0252ca632e0264ed670534a51d18a689ef5d +Subproject commit c875e0b8e036c12cfbf6531962108a063c7a821c -- 2.43.1 From list at eworm.de Wed Feb 14 19:44:41 2024 From: list at eworm.de (Christian Hesse) Date: Wed, 14 Feb 2024 20:44:41 +0100 Subject: [PATCH 1/1] git: update to v2.43.2 Message-ID: <20240214194441.23253-1-list@eworm.de> From: Christian Hesse Update to git version v2.43.2, no additional changes required. (Git v2.43.1 fails to build, thus skipping.) Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5e8b85a..17a40b1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.43.0 +GIT_VER = 2.43.2 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r diff --git a/git b/git index 564d025..efb050b 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 564d0252ca632e0264ed670534a51d18a689ef5d +Subproject commit efb050becb6bc703f76382e1f1b6273100e6ace3 -- 2.43.1 From list at eworm.de Wed Feb 14 19:46:17 2024 From: list at eworm.de (Christian Hesse) Date: Wed, 14 Feb 2024 20:46:17 +0100 Subject: [PATCH 1/1] RFC: git: update to v2.44.0-rc1 Message-ID: <20240214194617.32101-1-list@eworm.de> From: Christian Hesse Update to git version v2.44.0-rc1, 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 17a40b1..a1535ab 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.43.2 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.44.0.rc1 +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 efb050b..edae91a 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit efb050becb6bc703f76382e1f1b6273100e6ace3 +Subproject commit edae91a4cf221d44c8c891d5519b26fce17d56bb -- 2.43.1 From list at eworm.de Fri Feb 23 17:31:03 2024 From: list at eworm.de (Christian Hesse) Date: Fri, 23 Feb 2024 18:31:03 +0100 Subject: [PATCH 1/1] git: update to v2.44.0 Message-ID: <20240223173103.200567-1-list@eworm.de> From: Christian Hesse Update to git version v2.44.0, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17a40b1..c3ee267 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.43.2 +GIT_VER = 2.44.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r diff --git a/git b/git index efb050b..3c2a3fd 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit efb050becb6bc703f76382e1f1b6273100e6ace3 +Subproject commit 3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0 -- 2.43.2