Re: [PATCH 1/1] git: update to v2.46.0

2024-08-02 Thread Christian Hesse
Christian Hesse on Mon, 2024/07/29 22:44: > From: Christian Hesse > > Update to git version v2.46.0, this requires changes for these > upstream commits: As the mailing list seems non-functional... Sending an extra personal ping. I pushed this to ch/for-jason, any change to merge

[PATCH 1/1] git: update to v2.46.0

2024-08-02 Thread Christian Hesse
From: Christian Hesse Update to git version v2.46.0, this requires changes for these upstream commits: * e7da9385708accf518a80a1e17969020fb361048 global: introduce `USE_THE_REPOSITORY_VARIABLE` macro * 9da95bda74cf10e1475384a71fd20914c3b99784 hash: require hash algorithm in `oidread()` and

[PATCH 1/1] RFC: git: update to v2.46.0-rc1

2024-08-02 Thread Christian Hesse
From: Christian Hesse Update to git version v2.46.0-rc1, this requires changes for these upstream commits: * e7da9385708accf518a80a1e17969020fb361048 global: introduce `USE_THE_REPOSITORY_VARIABLE` macro * 9da95bda74cf10e1475384a71fd20914c3b99784 hash: require hash algorithm in `oidread

[PATCH 1/1] RFC: git: update to v2.46.0-rc2

2024-08-02 Thread Christian Hesse
From: Christian Hesse Update to git version v2.46.0-rc2, this requires changes for these upstream commits: * e7da9385708accf518a80a1e17969020fb361048 global: introduce `USE_THE_REPOSITORY_VARIABLE` macro * 9da95bda74cf10e1475384a71fd20914c3b99784 hash: require hash algorithm in `oidread

[PATCH 1/1] ui-stats: add missing source header

2024-08-02 Thread Christian Hesse
From: Christian Hesse Signed-off-by: Christian Hesse --- ui-stats.c | 8 1 file changed, 8 insertions(+) diff --git a/ui-stats.c b/ui-stats.c index 9aed4ac..1ac67da 100644 --- a/ui-stats.c +++ b/ui-stats.c @@ -1,3 +1,11 @@ +/* ui-stats.c: generate stats view + * + * Copyright (C

[PATCH 1/1] RFC: git: update to v2.46.0-rc0

2024-08-02 Thread Christian Hesse
From: Christian Hesse Update to git version v2.46.0-rc0, this requires changes for these upstream commits: * e7da9385708accf518a80a1e17969020fb361048 global: introduce `USE_THE_REPOSITORY_VARIABLE` macro * 9da95bda74cf10e1475384a71fd20914c3b99784 hash: require hash algorithm in `oidread

[PATCH 1/1] git: update to v2.45.2

2024-06-01 Thread Christian Hesse
From: Christian Hesse Update to git version v2.45.2, 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 ecfebaf..1eb64ea 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.45.1

2024-05-14 Thread Christian Hesse
From: Christian Hesse Update to git version v2.45.1, 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 2612a75..ecfebaf 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.45.0

2024-04-29 Thread Christian Hesse
From: Christian Hesse Update to git version v2.45.0, this requires changes for these upstream commits: * 9720d23e8caf4adee44b3a32803a9bb0480118bd date: make DATE_MODE thread-safe Signed-off-by: Christian Hesse --- Makefile| 2 +- git | 2 +- ui-shared.c | 4 ++-- ui-shared.h

[PATCH 1/1] RFC: git: update to v2.45.0-rc1

2024-04-24 Thread Christian Hesse
From: Christian Hesse Update to git version v2.45.0-rc1, this requires changes for these upstream commits: * 9720d23e8caf4adee44b3a32803a9bb0480118bd date: make DATE_MODE thread-safe Signed-off-by: Christian Hesse --- Makefile| 4 ++-- git | 2 +- ui-shared.c | 4 ++-- ui

[PATCH 1/1] RFC: git: update to v2.45.0-rc0

2024-04-19 Thread Christian Hesse
From: Christian Hesse Update to git version v2.45.0-rc0, this requires changes for these upstream commits: * 9720d23e8caf4adee44b3a32803a9bb0480118bd date: make DATE_MODE thread-safe Signed-off-by: Christian Hesse --- Makefile| 4 ++-- git | 2 +- ui-shared.c | 4 ++-- ui

Re: Enhancement request : ui-blob: Make the target line of a link, visually identifiable.

2024-04-15 Thread Christian Hesse
Loïc on Sun, 2024/04/14 23:56: > Le 10/04/2024 à 15:29, Christian Hesse a écrit : > > 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://g

Re: [PATCH 1/1] git: update to v2.44.0

2024-04-10 Thread Christian Hesse
Christian Hesse on Fri, 2024/02/23 18:31: > From: Christian Hesse > > Update to git version v2.44.0, no additional changes required. > > Signed-off-by: Christian Hesse And just another ping, any chance for fast-forwarded into master? -- main(a){char*c=/*

Re: Enhancement request : ui-blob: Make the target line of a link, visually identifiable.

2024-04-10 Thread Christian Hesse
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 c

Re: More detailed log URLs?

2024-04-10 Thread Christian Hesse
Matěj Cepl on Sun, 2024/03/10 19:56: > Hi, > > is it possible to have cgit show log from one commit to > another? Something like the equivalent of gitweb's > http://localhost:4321/cgi-bin/gitweb.cgi?p=.git;a=shortlog;h=update-lexers;hp=master Something like this? https://git.zx2c4.com/cgit/patc

Re: [PATCH 1/1] RFC: git: update to v2.43.0-rc1

2023-11-07 Thread Christian Hesse
Todd Zullinger on Tue, 2023/11/07 10:35: > > Update to git version v2.43.0-rc1, no additional changes required. > > s/rc1/rc0 (or wait until tomorrow and update GIT_VER ;) Ups... :) > Thanks for keeping things synced! You are welcome! -- main(a){char*c=/*Schoene Gruesse

[PATCH 1/1] RFC: git: update to v2.43.0-rc1

2023-11-07 Thread Christian Hesse
From: Christian Hesse Update to git version v2.43.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 3c080fc..9ca0446 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.42.1

2023-11-02 Thread Christian Hesse
From: Christian Hesse Update to git version v2.42.1, 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 036a8e9..3c080fc 100644 --- a/Makefile +++ b

Re: Add SHA256 Support

2023-10-17 Thread Christian Hesse
"nick" on Tue, 2023/10/17 01:33: > I am a satisfied user of Cgit, but I wish it supported SHA-256 repos. > > Gitea will soon support SHA-256: > > https://github.com/go-gitea/gitea/pull/23894 > > There is also at least one repository hosting platform which supports > SHA-256: > > https://sha2gi

Re: [PATCH 1/1] git: update to v2.42.0

2023-08-21 Thread Christian Hesse
Christian Hesse on Mon, 2023/08/21 20:56: > From: Christian Hesse > > Update to git version v2.42.0, this requires changes for these > upstream commits: And just another request to fast-forwarded this into master. We have a lot of breaking changes here... Also tagging a re

[PATCH 1/1] git: update to v2.42.0

2023-08-21 Thread Christian Hesse
From: Christian Hesse Update to git version v2.42.0, this requires changes for these upstream commits: * bc5c5ec0446895f5c4139cd470066beb3c4ac6d5 cache.h: remove this no-longer-used header * aba070683295a20bdf4f49146384984961c794b2 path: move related function to path

[PATCH 1/1] RFC: git: update to v2.42.0-rc2

2023-08-15 Thread Christian Hesse
From: Christian Hesse Update to git version v2.42.0-rc2, this requires changes for these upstream commits: * bc5c5ec0446895f5c4139cd470066beb3c4ac6d5 cache.h: remove this no-longer-used header * aba070683295a20bdf4f49146384984961c794b2 path: move related function to path

[PATCH 1/1] RFC: git: update to v2.42.0-rc1

2023-08-15 Thread Christian Hesse
From: Christian Hesse Update to git version v2.42.0-rc1, this requires changes for these upstream commits: * bc5c5ec0446895f5c4139cd470066beb3c4ac6d5 cache.h: remove this no-longer-used header * aba070683295a20bdf4f49146384984961c794b2 path: move related function to path

Re: [PATCH 1/1] git: update to v2.41.0

2023-07-16 Thread Christian Hesse
Christian Hesse on Thu, 2023/06/01 12:05: > Christian Hesse on Thu, 2023/06/01 12:03: > > Update to git version v2.41.0, with lots of changes... > > This requires changes for these upstream commits: > > We have a lot of breaking changes here... > Any chance to have

Re: [PATCH 1/1] git: update to v2.41.0

2023-06-01 Thread Christian Hesse
Christian Hesse on Thu, 2023/06/01 12:03: > Update to git version v2.41.0, with lots of changes... > This requires changes for these upstream commits: We have a lot of breaking changes here... Any chance to have this fast-forwarded into master? -- main(a){char*c=/*Schoene G

[PATCH 1/1] git: update to v2.41.0

2023-06-01 Thread Christian Hesse
From: Christian Hesse Update to git version v2.41.0, with lots of changes... This requires changes for these upstream commits: * 60ff56f50372c1498718938ef504e744fe011ffb banned.h: mark `strtok()` and `strtok_r()` as banned * 52acddf36c8cb3778ab2098a0d95cc2e375a4069 string-list: multi

Re: [PATCH 1/1] RFC: git: update to v2.41.0-rc2

2023-05-26 Thread Christian Hesse
"Jason A. Donenfeld" on Fri, 2023/05/26 16:18: > On Fri, May 26, 2023 at 4:17 PM Christian Hesse wrote: > > > > Christian Hesse on Fri, 2023/05/26 16:06: > > > > Like string_list_split(), except that string is split in-place: the > > > > de

Re: [PATCH 1/1] RFC: git: update to v2.41.0-rc2

2023-05-26 Thread Christian Hesse
Christian Hesse on Fri, 2023/05/26 16:06: > > Like string_list_split(), except that string is split in-place: the > > delimiter characters in string are overwritten with NULs, and the > > new string_list_items point into string (which therefore must not > > be mod

Re: [PATCH 1/1] RFC: git: update to v2.41.0-rc2

2023-05-26 Thread Christian Hesse
"Jason A. Donenfeld" on Fri, 2023/05/26 15:42: > On Fri, May 26, 2023 at 1:07 PM Christian Hesse wrote: > > @@ -564,9 +566,11 @@ char *get_mimetype_for_filename(const char *filename) > > while (fgets(line, sizeof(line), file)) { > >

[PATCH 1/1] RFC: git: update to v2.41.0-rc2

2023-05-26 Thread Christian Hesse
From: Christian Hesse Update to git version v2.41.0-rc2, with lots of changes... This requires changes for these upstream commits: * 60ff56f50372c1498718938ef504e744fe011ffb banned.h: mark `strtok()` and `strtok_r()` as banned * 52acddf36c8cb3778ab2098a0d95cc2e375a4069 string-list: multi

[PATCH 1/1] RFC: git: update to v2.41.0-rc1

2023-05-20 Thread Christian Hesse
From: Christian Hesse Update to git version v2.41.0-rc1, lots of changes... Upstream commits to be referenced... Signed-off-by: Christian Hesse --- Makefile | 4 ++-- cgit.c| 2 +- cgit.h| 30 +- git | 2 +- parsing.c | 2

[PATCH 1/1] RFC: git: update to v2.41.0-rc0

2023-05-16 Thread Christian Hesse
From: Christian Hesse Update to git version v2.41.0-rc0, lots of changes... Upstream commits to be referenced... Signed-off-by: Christian Hesse --- cgit.c| 2 +- cgit.h| 30 +- git | 2 +- parsing.c | 2 +- shared.c | 16

[PATCH 1/1] git: update to v2.40.1

2023-04-25 Thread Christian Hesse
From: Christian Hesse Update to git version v2.40.1, 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 5cc4a9d..3fc1d5a 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.40.0

2023-03-13 Thread Christian Hesse
From: Christian Hesse Update to git version v2.40.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 97b870b..5cc4a9d 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.40.0-rc1

2023-03-01 Thread Christian Hesse
From: Christian Hesse Update to git version v2.40.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 97b870b..d086bb0 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.39.2

2023-02-14 Thread Christian Hesse
From: Christian Hesse Update to git version v2.39.2, 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 7b6065a..97b870b 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.39.1

2023-01-17 Thread Christian Hesse
From: Christian Hesse Update to git version v2.39.1, 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 ad825be..7b6065a 100644 --- a/Makefile +++ b

Re: Version branches

2023-01-05 Thread Christian Hesse
jean-christophe manciot on Wed, 2023/01/04 16:08: > Also, I can't apply some important patches anymore: > - ui-tree: add about link in tree view list See branch 'ch/about-link' > - Make default pages configurable ... and 'ch/default-pages'. > - ui-commit: show subject in page title No ide

[PATCH 1/1] ui-log: show ellipsis if detailed commit message is available

2022-12-16 Thread Christian Hesse
From: Christian Hesse The existence of a detailed commit message may be of interst even if only the subject is shown by default. --- cgit.css | 8 ui-log.c | 2 ++ 2 files changed, 10 insertions(+) diff --git a/cgit.css b/cgit.css index dfa144d..97fd9c8 100644 --- a/cgit.css +++ b

[PATCH 1/1] git: update to v2.39.0

2022-12-12 Thread Christian Hesse
From: Christian Hesse Update to git version v2.39.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 b9bdaf8..cd7639c 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.39.0-rc0

2022-11-25 Thread Christian Hesse
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

[PATCH 1/1] git: update to v2.38.0

2022-10-03 Thread Christian Hesse
From: Christian Hesse Update to git version v2.38.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 6928e16..e71be39 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.38.0-rc1

2022-09-22 Thread Christian Hesse
From: Christian Hesse Update to git version v2.38.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 6928e16..51d049a 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.38.0-rc0

2022-09-16 Thread Christian Hesse
From: Christian Hesse Update to git version v2.38.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 6928e16..2f2600f 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.37.3

2022-08-30 Thread Christian Hesse
From: Christian Hesse Update to git version v2.37.3, 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 bbd532c..6928e16 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.37.2

2022-08-11 Thread Christian Hesse
From: Christian Hesse Update to git version v2.37.2, 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 09b0519..bbd532c 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.37.1

2022-07-12 Thread Christian Hesse
From: Christian Hesse Update to git version v2.37.1, 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 b4e3f51..09b0519 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.37.0

2022-06-27 Thread Christian Hesse
From: Christian Hesse Update to git version v2.37.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 93a61fd..b4e3f51 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.37.0-rc1

2022-06-20 Thread Christian Hesse
From: Christian Hesse Update to git version v2.36.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 93a61fd..3ecc72f 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.37.0-rc0

2022-06-14 Thread Christian Hesse
From: Christian Hesse Update to git version v2.36.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 93a61fd..cc763b2 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.36.1

2022-05-09 Thread Christian Hesse
From: Christian Hesse Update to git version v2.36.1, 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 2509d21..93a61fd 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.36.0

2022-04-18 Thread Christian Hesse
From: Christian Hesse Update to git version v2.36.0, this requires changes for these upstream commits: * 95433eeed9eac439eb21eb30105354b15e71302e diff: add ability to insert additional headers for paths Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- ui-log.c | 2 +- 3

[PATCH 1/1] RFC: git: update to v2.36.0-rc2

2022-04-12 Thread Christian Hesse
From: Christian Hesse Update to git version v2.36.0-rc2, this requires changes for these upstream commits: * 95433eeed9eac439eb21eb30105354b15e71302e diff: add ability to insert additional headers for paths Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git | 2 +- ui-log.c | 2

[PATCH 1/1] git: update to v2.35.2

2022-04-12 Thread Christian Hesse
From: Christian Hesse Update to git version v2.35.2, 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 2d9198d..e9c4e39 100644 --- a/Makefile +++ b

Re: Tag-Info on the Web-GUI (cgit)

2022-04-07 Thread Christian Hesse
Kilian Felder on Thu, 2022/04/07 14:57: > Hi folks, > > As you can see on the attached pics.. For my tags I get the header > (but I do not have an archive to download) and the commit-link. > This may be ok when the tags are not annotated, but my tags are and I > expected to see this annotation i

[PATCH 1/1] RFC: git: update to v2.36.0-rc0

2022-04-04 Thread Christian Hesse
From: Christian Hesse Update to git version v2.36.0-rc0, this requires changes for these upstream commits: * 95433eeed9eac439eb21eb30105354b15e71302e diff: add ability to insert additional headers for paths Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git | 2 +- ui-log.c | 2

Re: [PATCH] html: fix fmt() off-by-one error

2022-02-08 Thread Christian Hesse
"Jason A. Donenfeld" on Tue, 2022/02/08 13:39: > Thanks guys. I'll get these merged to master branch in the coming two > weeks and cut a new release. That would be great, much appreciated! /me hopes for review and merge of dynamic aging... -- main(a){char*c=/*Schoene Gruesse

Re: [PATCH] html: fix fmt() off-by-one error

2022-02-08 Thread Christian Hesse
lemon on Tue, 2022/02/08 12:37: > vsnprintf returns the byte count of the formatted output not including > the null terminator, so in the case that len == 1024 the last character > of the output was being truncated and not detected by the later check. > Changing the greater than comparison to grea

[PATCH 1/1] git: update to v2.35.1

2022-01-29 Thread Christian Hesse
From: Christian Hesse Update to git version v2.35.1, 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 e82e328..2d9198d 100644 --- a/Makefile +++ b

Re: [PATCH 1/1] git: update to v2.35.0

2022-01-24 Thread Christian Hesse
Christian Hesse on Mon, 2022/01/24 20:54: > From: Christian Hesse > > Update to git version v2.35.0, no additional changes required. We still have breaking changes from earlier git updates... So asking for fast-forward merge into master again. :) -- main(a){char*c=/*Schoen

[PATCH 1/1] git: update to v2.35.0

2022-01-24 Thread Christian Hesse
From: Christian Hesse Update to git version v2.35.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 baa7c2d..e82e328 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.35.0-rc0

2022-01-11 Thread Christian Hesse
From: Christian Hesse Update to git version v2.35.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 baa7c2d..d566c4b 100644 --- a/Makefile +++ b

Re: [PATCH 1/1] about: allow to give head from query

2022-01-10 Thread Christian Hesse
Christian Hesse on Mon, 2022/01/10 10:18: > From: Christian Hesse > > Reading the README from repository used to be limited to default > branch or a branch given in configuration. Let's allow a branch > from query if not specified explicitly. As an alternative we c

[PATCH 1/1] about: allow to give head from query

2022-01-10 Thread Christian Hesse
From: Christian Hesse Reading the README from repository used to be limited to default branch or a branch given in configuration. Let's allow a branch from query if not specified explicitly. --- cgit.c | 8 +--- cgitrc.5.txt | 10 +- 2 files changed, 10 insertions(

[PATCH 1/1] git: update to v2.34.1

2021-11-24 Thread Christian Hesse
From: Christian Hesse Update to git version v2.34.1, 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 9153a39..baa7c2d 100644 --- a/Makefile +++ b

Re: [PATCH 1/1] git: update to v2.34.0

2021-11-16 Thread Christian Hesse
Christian Hesse on Mon, 2021/11/15 22:55: > From: Christian Hesse > > Update to git version v2.34.0, this requires changes for these > upstream commits: > > * abf897bacd2d36b9dbd07c70b4a2f97a084704ee > string-list.[ch]: remove string_list_init() compatibility func

[PATCH 1/1] git: update to v2.34.0

2021-11-15 Thread Christian Hesse
From: Christian Hesse Update to git version v2.34.0, this requires changes for these upstream commits: * abf897bacd2d36b9dbd07c70b4a2f97a084704ee string-list.[ch]: remove string_list_init() compatibility function Signed-off-by: Christian Hesse --- Makefile | 2 +- cgit.c | 2 +- git

[PATCH 1/1] RFC: git: update to v2.34.0-rc0

2021-11-03 Thread Christian Hesse
From: Christian Hesse Update to git version v2.34.0-rc0, this requires changes for these upstream commits: * abf897bacd2d36b9dbd07c70b4a2f97a084704ee string-list.[ch]: remove string_list_init() compatibility function Signed-off-by: Christian Hesse --- Makefile | 4 ++-- cgit.c | 2

[PATCH 1/1] git: update to v2.33.0

2021-08-16 Thread Christian Hesse
From: Christian Hesse Update to git version v2.33.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 d13c5bd..b030ff9 100644 --- a/Makefile +++ b

[PATCH 1/1] RFC: git: update to v2.33.0-rc1

2021-08-08 Thread Christian Hesse
From: Christian Hesse Update to git version v2.33.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 d13c5bd..31609f3 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.32.0

2021-06-06 Thread Christian Hesse
From: Christian Hesse Update to git version v2.32.0, this requires changes for these upstream commits: * 47957485b3b731a7860e0554d2bd12c0dce1c75a tree.h API: simplify read_tree_recursive() signature Signed-off-by: Christian Hesse --- Makefile | 2 +- git| 2 +- ui-blame.c | 9

[PATCH 1/1] RFC: git: update to v2.32.0-rc0

2021-05-18 Thread Christian Hesse
From: Christian Hesse Update to git version v2.32.0-rc0, this requires changes for these upstream commits: * 47957485b3b731a7860e0554d2bd12c0dce1c75a tree.h API: simplify read_tree_recursive() signature Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git| 2 +- ui-blame.c

[PATCH 1/1] git: update to v2.31.0

2021-03-16 Thread Christian Hesse
From: Christian Hesse Update to git version v2.31.0, this requires changes for these upstream commits: * 36a317929b8f0c67d77d54235f2d20751c576cbb refs: switch peel_ref() to peel_iterated_oid() Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- ui-log.c | 7 --- 3

[PATCH 1/1] git: update to v2.30.1

2021-02-10 Thread Christian Hesse
From: Christian Hesse Update to git version v2.30.1, 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 6dfc003..a4e597b 100644 --- a/Makefile +++ b

[PATCH 1/1] git: update to v2.30.0

2020-12-28 Thread Christian Hesse
From: Christian Hesse Update to git version v2.30.0, this requires changes for these upstream commits: * 88894aaeeae92e8cb41143cc2e045f50289dc790 blame: simplify 'setup_scoreboard' interface * 1fbfdf556f2abc708183caca53ae4e2881b46ae2 banned.h: mark non-reentrant gmtime, etc

[PATCH 1/1] html: fix handling of null byte

2020-11-11 Thread Christian Hesse
From: Peter Prohaska A return value of `len` or more means that the output was truncated. Signed-off-by: Peter Prohaska Signed-off-by: Christian Hesse --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index 7f81965..0bac34b 100644 --- a/html.c

Re: [PATCH 1/1] git: update to v2.29.1

2020-11-04 Thread Christian Hesse
jean-christophe manciot on Wed, 2020/11/04 14:55: > > What does `git -C git describe --long` give here? > $ git -C git describe --long > v2.29.0-0-g69986e19ff > and also: > $ git -C git tag --list|grep v2.29|grep -v rc > v2.29.0 > v2.29.1 > v2.29.2 > > I guess it's time to run `git submodule upd

Re: [PATCH 1/1] git: update to v2.29.1

2020-11-02 Thread Christian Hesse
jean-christophe manciot on Mon, 2020/11/02 09:44: > Even simpler by cloning into a new folder: > > $ git clone https://git.zx2c4.com/cgit . > ... > $ git submodule update --init --recursive > Submodule 'git' (https://git.kernel.org/pub/scm/git/git.git) > registered for path 'git' > Cloning into '

Re: [PATCH 1/1] git: update to v2.29.1

2020-11-01 Thread Christian Hesse
jean-christophe manciot on Sat, 2020/10/31 09:56: > not ok 3 - test submodule version matches Makefile Did you run `git submodule update`? -- main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/*Best regards my address:*/=0;b=c[a++];) put

Re: [PATCH 1/1] git: update to v2.29.2

2020-10-30 Thread Christian Hesse
Christian Hesse on Fri, 2020/10/30 22:23: > From: Christian Hesse > > Update to git version v2.29.2. Ignore this one... The subproject commit id is wrong. -- main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/*Best r

[PATCH v2 1/1] git: update to v2.29.2

2020-10-30 Thread Christian Hesse
From: Christian Hesse Update to git version v2.29.2. No 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 eb60388..1a8f496 100644 --- a/Makefile +++ b/Makefile

[PATCH 1/1] git: update to v2.29.2

2020-10-30 Thread Christian Hesse
From: Christian Hesse Update to git version v2.29.2. No 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 eb60388..1a8f496 100644 --- a/Makefile +++ b/Makefile

[PATCH 1/1] git: update to v2.29.1

2020-10-27 Thread Christian Hesse
From: Christian Hesse Update to git version v2.29.1. No functional change, but we want latest and greated version number, no? 😜 Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index

[PATCH 1/1] tests: try with commit-graph

2020-10-21 Thread Christian Hesse
From: Christian Hesse Git 2.24.0 enabled commit-graph by default and caused crashes without necessary update. Let's test to work with commit-graph. Signed-off-by: Christian Hesse --- tests/setup.sh | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/set

Re: [PATCH 2/2] global: replace hard coded hash length

2020-10-21 Thread Christian Hesse
"Jason A. Donenfeld" on Wed, 2020/10/21 17:35: > Thanks! I've applied these. Next step I guess will be adding some > sha256 repos to the test suite. How complex do you want these tests to be? -- main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/*Best r

[PATCH 1/1] tests: do not copy snapshots to /tmp/

2020-10-21 Thread Christian Hesse
From: Christian Hesse No idea why this was added... Possibly to inspect the snapshot manually? Let's drop it. Signed-off-by: Christian Hesse --- tests/t0107-snapshot.sh | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/t0107-snapshot.sh b/tests/

[PATCH 1/2] global: replace references to 'sha1' with 'oid'

2020-10-20 Thread Christian Hesse
From: Christian Hesse For some time now sha1 is considered broken and upstream is working to replace it with sha256. Replace all references to 'sha1' with 'oid', just as upstream does. Signed-off-by: Christian Hesse --- cgit.c | 16 +

[PATCH 2/2] global: replace hard coded hash length

2020-10-20 Thread Christian Hesse
From: Christian Hesse With sha1 we had a guaranteed length of 40 hex chars. This changes now that we have to support sha256 with 64 hex chars... Support both. Signed-off-by: Christian Hesse --- filters/commit-links.sh | 2 +- parsing.c | 5 ++--- tests/t0105-commit.sh | 2

Re: [PATCH 1/1] git: update to v2.29.0

2020-10-20 Thread Christian Hesse
"Jason A. Donenfeld" on Tue, 2020/10/20 00:40: > Thanks for this. It'll be curious to give this a spin with a sha256 repo... BTW, cgit does not (yet) handle sha256 repositories correctly. -- main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/*Best regar

Re: [PATCH 1/1] git: update to v2.29.0

2020-10-20 Thread Christian Hesse
"Jason A. Donenfeld" on Tue, 2020/10/20 00:40: > Thanks for this. It'll be curious to give this a spin with a sha256 repo... Queuing in ch/for-jason... As working with branches can be quite annoying with breaking changes in a submodule... Can we commit this any time soon? And the mailing list b

[PATCH 1/1] git: update to v2.29.0

2020-10-19 Thread Christian Hesse
From: Christian Hesse Update to git version v2.29.0, this requires changes for these upstream commits: * dbbcd44fb47347a3fdbee88ea21805b7f4ac0b98 strvec: rename files from argv-array to strvec * 873cd28a8b17ff21908c78c7929a7615f8c94992 argv-array: rename to strvec

[PATCH 1/1] RFC: git: update to v2.29.0-rc1

2020-10-09 Thread Christian Hesse
From: Christian Hesse Update to git version v2.29.0-rc1, this requires changes for these upstream commits: * dbbcd44fb47347a3fdbee88ea21805b7f4ac0b98 strvec: rename files from argv-array to strvec * 873cd28a8b17ff21908c78c7929a7615f8c94992 argv-array: rename to strvec

[PATCH 1/1] RFC: git: update to v2.29.0-rc0

2020-10-06 Thread Christian Hesse
From: Christian Hesse Update to git version v2.29.0-rc0, this requires changes for these upstream commits: * dbbcd44fb47347a3fdbee88ea21805b7f4ac0b98 strvec: rename files from argv-array to strvec * 873cd28a8b17ff21908c78c7929a7615f8c94992 argv-array: rename to strvec

[PATCH 1/1] git: update to v2.28.0

2020-07-27 Thread Christian Hesse
From: Christian Hesse Update to git version v2.28.0. No 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 5c8fa8c..84822f0 100644 --- a/Makefile +++ b/Makefile

Re: Incompatibilities with python3-pygments 2.6.1?

2020-07-01 Thread Christian Hesse
jean-christophe manciot on Wed, 2020/07/01 15:51: > Hello everyone, > > I've built python3-pygments from sources > (https://github.com/pygments/pygments) using the latest stable 2.6.1 > tag. > Using it with cgit v1.2.3 and git 2.25.1 leads to blank 'about' pages > whereas everything works fine wi

[PATCH 1/1] git: update to v2.27.0

2020-06-02 Thread Christian Hesse
From: Christian Hesse Update to git version v2.27.0. No 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 b50159f..5c8fa8c 100644 --- a/Makefile +++ b/Makefile

[PATCH 1/1] md2html: use proper formatting for hr

2020-03-31 Thread Christian Hesse
From: Christian Hesse This addressed a non-existent background image and made the element invisible. Drop the style and use something sane. Signed-off-by: Christian Hesse --- filters/html-converters/md2html | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/filters/html

Re: [PATCH 1/1] git: update to v2.26.0

2020-03-23 Thread Christian Hesse
"Jason A. Donenfeld" on Mon, 2020/03/23 00:54: > Thanks. Feel free to queue it up. Done. -- main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/*Best regards my address:*/=0;b=c[a++];) putchar(b-1/(/*Chriscc -ox -xc - && .

[PATCH 1/1] git: update to v2.26.0

2020-03-22 Thread Christian Hesse
From: Christian Hesse Update to git version v2.26.0. No 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 49109ad..b50159f 100644 --- a/Makefile +++ b/Makefile

[PATCH 1/1] RFC: git: update to v2.26.0-rc2

2020-03-17 Thread Christian Hesse
From: Christian Hesse Update to git version v2.26.0-rc2. No 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 49109ad..65b652f 100644 --- a/Makefile +++ b/Makefile

  1   2   3   4   5   >