]> Kevux Git Server - rit/commit
merge-ort: prevent the_repository from coming back
authorElijah Newren <newren@gmail.com>
Sat, 21 Feb 2026 23:59:52 +0000 (23:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2026 02:34:07 +0000 (18:34 -0800)
commit59257224a34824b948bf3941d66168deeec1dca8
tree96634e43cd5d7502a9d3457d57bf995235f986c2
parent5eae39beb10efeff23c58c1a9f4665ed4c498065
merge-ort: 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.  However, we have removed all other uses of
the_repository in merge-ort a few times.  But they keep coming back.

Define the_repository to make it a compilation error so that they don't
come back any more.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c