From 757a26038e5404f94523ba07d017d1b38bcbf6dd Mon Sep 17 00:00:00 2001 From: Sunny Date: Tue, 12 Dec 2017 13:56:08 +0530 Subject: 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. --- COMPATIBILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COMPATIBILITY.md') 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 | ✖ | -- cgit