diff options
| author | Elijah Newren <newren@gmail.com> | 2026-02-20 01:59:48 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-21 18:37:25 -0800 |
| commit | 3249d07962f081bd84bace9ca7f808575e2cae56 (patch) | |
| tree | 73b0cf5cafa507c527a728f78cee6c1e91017100 /contrib/persistent-https | |
| parent | 59257224a34824b948bf3941d66168deeec1dca8 (diff) | |
| download | git-3249d07962f081bd84bace9ca7f808575e2cae56.tar.gz git-3249d07962f081bd84bace9ca7f808575e2cae56.zip | |
replay: prevent the_repository from coming back
Due to the use of DEFAULT_ABBREV, we cannot get rid of our usage of
USE_THE_REPOSITORY_VARIABLE. We have removed all other uses of
the_repository before, but without removing that definition, they keep
coming back.
Define the_repository to make it a compilation error so that they don't
come back any more; the repo parameter plumbed through the various
functions can be used instead.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
