fsmonitor: MINGW support for watchman integration
authorBen Peart <benpeart@microsoft.com>
Wed, 4 Oct 2017 02:09:50 +0000 (11:09 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2017 02:10:24 +0000 (11:10 +0900)
Instead of just taking $ENV{'PWD'}, use the same logic that converts
PWD to $git_work_tree on MSYS_NT in the watchman integration hook
script also on MINGW.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found