diff options
author | Ori Rawlings <orirawlings@gmail.com> | 2017-11-24 17:40:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-24 17:40:06 -0500 |
commit | 60c567f0a3c22ac53f219fcc6482ee0e2ff425e6 (patch) | |
tree | 03881ae887dd85cf724ea17507f8126d321151c1 | |
parent | da62c676588f73cc6d1f05f621fead6890c65eea (diff) | |
parent | 1bf9d5ba503228af0ff38dfd4c5a0967a12ad0b0 (diff) | |
download | go-git-60c567f0a3c22ac53f219fcc6482ee0e2ff425e6.tar.gz |
Merge pull request #659 from ferhatelmas/verify-commit-compat-doc
doc: Update compatibility for commit/tag verify
-rw-r--r-- | COMPATIBILITY.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index fa998bf..4464ed8 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -75,8 +75,8 @@ is supported by go-git. | worktree | ✖ | | annotate | (see blame) | | **gpg** | -| git-verify-commit | ✖ | -| git-verify-tag | ✖ | +| git-verify-commit | ✔ | +| git-verify-tag | ✔ | | **plumbing commands** | | cat-file | ✔ | | check-ignore | | |