mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
00df20a7ab
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> |
||
---|---|---|
.. | ||
fsm-darwin-gcc.h | ||
fsm-health-darwin.c | ||
fsm-health-win32.c | ||
fsm-health.h | ||
fsm-ipc-darwin.c | ||
fsm-ipc-win32.c | ||
fsm-listen-darwin.c | ||
fsm-listen-win32.c | ||
fsm-listen.h | ||
fsm-path-utils-darwin.c | ||
fsm-path-utils-win32.c | ||
fsm-settings-darwin.c | ||
fsm-settings-win32.c |