aboutsummaryrefslogtreecommitdiffstats
path: root/COMPATIBILITY.md
diff options
context:
space:
mode:
authorbufdev <bufdev-github@buf.build>2020-03-18 15:27:28 -0400
committerbufdev <bufdev-github@buf.build>2020-03-18 15:27:28 -0400
commita0ff9a899d66243dfcfc30993ed9bf3d6c982400 (patch)
tree43eca8d0f69b49789f3435816ccbc2ffe3589cae /COMPATIBILITY.md
parent661b1ace8b4d2a387e2ae130bbb034e62cc8ce11 (diff)
downloadgo-git-a0ff9a899d66243dfcfc30993ed9bf3d6c982400.tar.gz
Update COMPATIBILITY.md to reflect git binary usage for file protocol
Signed-off-by: bufdev <bufdev-github@buf.build>
Diffstat (limited to 'COMPATIBILITY.md')
-rw-r--r--COMPATIBILITY.md2
1 files changed, 1 insertions, 1 deletions
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 | ✔ |