diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2019-10-15 11:30:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 11:30:37 +0200 |
commit | aac20cc0e86f9f563bc74c42e9b9c598dfe271da (patch) | |
tree | 30b07494baa86352784ad972416741a9a2eaae77 | |
parent | c7e9e20feccc4ad46ab3cdd11f795643c4503685 (diff) | |
parent | 01c4f7f32beb9851ae8f119a6b8e497d2b1e2bb8 (diff) | |
download | go-git-aac20cc0e86f9f563bc74c42e9b9c598dfe271da.tar.gz |
Merge pull request #1226 from asynts/patch-1
typo
-rw-r--r-- | COMPATIBILITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 4a3da62..395088b 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -12,7 +12,7 @@ is supported by go-git. | init | ✔ | Plain init and `--bare` are supported. Flags `--template`, `--separate-git-dir` and `--shared` are not. | | clone | ✔ | Plain clone and equivalents to `--progress`, `--single-branch`, `--depth`, `--origin`, `--recurse-submodules` are supported. Others are not. | | **basic snapshotting** | -| add | ✔ | Plain add is supported. Any other flag aren't supported | +| add | ✔ | Plain add is supported. Any other flags aren't supported | | status | ✔ | | commit | ✔ | | reset | ✔ | |