Hi all, This series aims to complete a #leftoverbits: https://lore.kernel.org/ git/xmqqzfw43xad.fsf@gitster.g/ by moving convert_slashes() to git-compat-util.h and renaming it to change_path_separators(). I appreciate your review and feedback on this patch series. Best regards, Mohit Marathe Mohit Marathe (2): git-compat-util: migrate `convert_slashes()` from compat/mingw.h test-lib: replace repeated code logic with an existing helper abspath.c | 4 ++-- compat/mingw.c | 4 ++-- compat/mingw.h | 6 ------ git-compat-util.h | 7 +++++++ path.c | 2 +- t/unit-tests/test-lib.c | 9 +++------ 6 files changed, 15 insertions(+), 17 deletions(-) base-commit: 2953d95d402b6bff1a59c4712f4d46f1b9ea137f Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1699%2Fmohit-marathe%2Fconvert-slashes-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1699/mohit-marathe/convert-slashes-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1699 -- gitgitgadget