Files
git-mirror/compat
Jeff King 00df20a7ab fsmonitor: prefer repo_git_path() to git_pathdup()
The fsmonitor_ipc__get_path() function ignores its repository argument.
It should use it when constructing repo paths (though in practice, it is
unlikely anything but the_repository is ever passed, so this is cleanup
and future proofing, not a bug fix).

Note that despite the lack of "dup" in the name, repo_git_path() behaves
like git_pathdup() and returns an allocated string.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2023-09-18 15:56:14 -07:00
..
2020-04-16 15:23:42 -07:00
2022-05-02 09:50:37 -07:00
2022-05-02 09:50:37 -07:00
2021-02-26 14:15:51 -08:00
2021-10-29 15:00:58 -07:00