aboutsummaryrefslogtreecommitdiffstats
path: root/COMPATIBILITY.md
diff options
context:
space:
mode:
authorPaul Scharnofske <31994781+asynts@users.noreply.github.com>2019-10-14 19:24:30 +0200
committerasynts <asynts@gmail.com>2019-10-14 23:27:29 +0200
commit01c4f7f32beb9851ae8f119a6b8e497d2b1e2bb8 (patch)
treeb702d236129dbff08a8354fe704edd8b7f521d23 /COMPATIBILITY.md
parent8d20cc5916edf7cfa6a9c5ed069f0640dc823c12 (diff)
downloadgo-git-01c4f7f32beb9851ae8f119a6b8e497d2b1e2bb8.tar.gz
typo
Signed-off-by: Paul Scharnofske <asynts@gmail.com>
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 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 | ✔ |