aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-03-19 09:00:35 +0100
committerGitHub <noreply@github.com>2020-03-19 09:00:35 +0100
commit1dbaf49cde7bc189fb05b875aec535b124d7dc43 (patch)
tree43eca8d0f69b49789f3435816ccbc2ffe3589cae
parent661b1ace8b4d2a387e2ae130bbb034e62cc8ce11 (diff)
parenta0ff9a899d66243dfcfc30993ed9bf3d6c982400 (diff)
downloadgo-git-1dbaf49cde7bc189fb05b875aec535b124d7dc43.tar.gz
Merge pull request #10 from bufdev/compatibility-file-protocol
Update COMPATIBILITY.md to reflect git binary usage for file protocol
-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 | ✔ |