aboutsummaryrefslogtreecommitdiffstats
path: root/COMPATIBILITY.md
diff options
context:
space:
mode:
authorSunny <me@darkowlzz.space>2017-12-12 13:56:08 +0530
committerMáximo Cuadros <mcuadros@gmail.com>2017-12-12 09:26:08 +0100
commit757a26038e5404f94523ba07d017d1b38bcbf6dd (patch)
tree7dae086e094b3af83e608155b9304c85941af740 /COMPATIBILITY.md
parentafdd28d3cfe11c280723c4f5f33845fd415350d6 (diff)
downloadgo-git-757a26038e5404f94523ba07d017d1b38bcbf6dd.tar.gz
git: worktree, add Grep() method for git grep (#686)
This change implemented grep on worktree with options to invert match and specify pathspec. Also, a commit hash or reference can be used to specify the worktree to search.
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 5a7f0f0..e07e799 100644
--- a/COMPATIBILITY.md
+++ b/COMPATIBILITY.md
@@ -45,7 +45,7 @@ is supported by go-git.
| **debugging** |
| bisect | ✖ |
| blame | ✔ |
-| grep | ✖ |
+| grep | ✔ |
| **email** ||
| am | ✖ |
| apply | ✖ |