Remi Vanicat [off-list ref] writes:
David Kågedal [off-list ref] writes:
quoted
This allows easy access to git grep from Emacs.
You might want to add a menu:
Note that git-grep is completely independent of git-status. But a menu
entry in git-status might still be a good idea.
quoted hunk
@@ -1497,6 +1497,7 @@ amended version of it."
["Diff File" git-diff-file t]
["Interactive Diff File" git-diff-file-idiff t]
["Log" git-log-file t]
+ ["Grep" git-grep t]
"--------"
["Mark" git-mark-file t]
["Mark All" git-mark-all t]
--
David Kågedal