From a0ff9a899d66243dfcfc30993ed9bf3d6c982400 Mon Sep 17 00:00:00 2001 From: bufdev Date: Wed, 18 Mar 2020 15:27:28 -0400 Subject: Update COMPATIBILITY.md to reflect git binary usage for file protocol Signed-off-by: bufdev --- COMPATIBILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 395088b..2a72b50 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -101,7 +101,7 @@ is supported by go-git. | http(s):// (smart) | ✔ | | git:// | ✔ | | ssh:// | ✔ | -| file:// | ✔ | +| file:// | partial | Warning: this is not pure Golang. This shells out to the `git` binary. | | custom | ✔ | | **other features** | | gitignore | ✔ | -- cgit