]> Kevux Git Server - rit/commit
environment: make `get_graft_file()` accept a repository
authorPatrick Steinhardt <ps@pks.im>
Thu, 12 Sep 2024 11:29:35 +0000 (13:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2024 17:15:40 +0000 (10:15 -0700)
commit14c90ac0885c2fd1668d64084975a9ab9ef86318
treefae197e29140a553650ce1338dc2cc735408e40a
parent1dc4ec2102971ee5d19331a8ccf09939272bc6ca
environment: make `get_graft_file()` accept a repository

The `get_graft_file()` function retrieves the path to the graft file of
`the_repository`. Make it accept a `struct repository` such that it can
work on arbitrary repositories and make it part of the repository
subsystem. This reduces our reliance on `the_repository` and clarifies
scope.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/replace.c
commit.c
environment.c
environment.h
repository.c
repository.h