]> git.99rst.org Git - git.git/commit
remote: pass repository to push tracking helper
authorHarald Nordgren <redacted>
Wed, 22 Jul 2026 18:08:57 +0000 (18:08 +0000)
committerJunio C Hamano <redacted>
Wed, 22 Jul 2026 18:29:48 +0000 (11:29 -0700)
commit8391f01768864373d27cf7b1267ea69d54675cf6
tree4f1c25233e317c0f3c86f7ba322c1930b44c4b39
parent48bbf81c29ca9a4479ec7850fe206518682cdb2f
remote: pass repository to push tracking helper

The next commit needs tracking_for_push_dest() to inspect the
repository's configured remotes. Pass the repository through the
existing callers and mark the new parameter as unused.

No change in behavior.

Signed-off-by: Harald Nordgren <redacted>
Signed-off-by: Junio C Hamano <redacted>
remote.c
git clone https://git.99rst.org/PROJECT