diff options
| author | Christian Hesse <mail@eworm.de> | 2026-06-17 21:44:45 +0200 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2026-06-17 21:55:13 +0200 |
| commit | 68c80063c74d32a6ecdccde863198ed3a7e33c4b (patch) | |
| tree | 59abc9d0d79146d8366477135b1e8a3425a0c2c0 /cgit.c | |
| parent | 044821677c774cd24f25f1818ea51d09cc64b006 (diff) | |
| download | cgit-68c80063c74d32a6ecdccde863198ed3a7e33c4b.tar.gz cgit-68c80063c74d32a6ecdccde863198ed3a7e33c4b.tar.bz2 cgit-68c80063c74d32a6ecdccde863198ed3a7e33c4b.zip | |
RFC: git: update to v2.55.0-rc1ch/git-2-55
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 <mail@eworm.de>
Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
