diff options
| author | Jeff King <peff@peff.net> | 2023-09-18 18:29:40 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-09-18 15:56:14 -0700 |
| commit | 00df20a7ab4a4de355f69157acfd2502ab58a3aa (patch) | |
| tree | d3305695ef06b9061574e53d0bf79d8e22e29e69 /git-svn.perl | |
| parent | Git 2.42 (diff) | |
| download | git-00df20a7ab4a4de355f69157acfd2502ab58a3aa.tar.gz git-00df20a7ab4a4de355f69157acfd2502ab58a3aa.zip | |
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>
Diffstat (limited to 'git-svn.perl')
0 files changed, 0 insertions, 0 deletions
