From 68c80063c74d32a6ecdccde863198ed3a7e33c4b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 17 Jun 2026 21:44:45 +0200 Subject: RFC: git: update to v2.55.0-rc1 Update to git version v2.55.0-rc1, this requires a change for this upstream commit: * a80a8e3ea6a070185840219778df24db832899f6 setup: stop using `the_repository` in `setup_git_directory_gently()` Signed-off-by: Christian Hesse --- cgit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index ca318e8..3b9d3aa 100644 --- a/cgit.c +++ b/cgit.c @@ -588,7 +588,7 @@ static void prepare_repo_env(int *nongit) /* Setup the git directory and initialize the notes system. Both of these * load local configuration from the git repository, so we do them both while * the HOME variables are unset. */ - setup_git_directory_gently(nongit); + setup_git_directory_gently(the_repository, nongit); load_display_notes(NULL); } -- cgit v1.2.3