]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/replay-wo-the-repository'
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 May 2025 22:34:08 +0000 (15:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 May 2025 22:34:08 +0000 (15:34 -0700)
commit96d127896d1bfa5b1bb88b16951b079e24a2ece2
tree4c3fa7ec761cd38eecae61f1c75de84f28660175
parentfb67f789b05d46a05d652da43119ea2ac4a57e6f
parentd2c3e94a0aa1755677c18b16d05b71e94c700029
Merge branch 'en/replay-wo-the-repository'

The dependency on the_repository variable has been reduced from the
code paths in "git replay".

* en/replay-wo-the-repository:
  replay: replace the_repository with repo parameter passed to cmd_replay ()