Junio C Hamano <gitster@xxxxxxxxx> writes: > * ps/the-repository (2024-12-18) 15 commits > - match-trees: stop using `the_repository` > - graph: stop using `the_repository` > - add-interactive: stop using `the_repository` > - tmp-objdir: stop using `the_repository` > - resolve-undo: stop using `the_repository` > - credential: stop using `the_repository` > - mailinfo: stop using `the_repository` > - diagnose: stop using `the_repository` > - server-info: stop using `the_repository` > - send-pack: stop using `the_repository` > - serve: stop using `the_repository` > - trace: stop using `the_repository` > - pager: stop using `the_repository` > - progress: stop using `the_repository` > - Merge branch 'ps/build-sign-compare' into ps/the-repository > > More code paths have a repository passed through the callchain, > instead of assuming the primary the_repository object. > source: <20241217-pks-use-the-repository-conversion-v1-0-0dba48bcc239@xxxxxx> > Reviewed by shejialuo, Karthik Nayak, and me. -- Toon