Git - git-grep Documentation perl互換の正規表現をつかってgit grepする場合は -P オプションをつけると出来るが、 これはgitのインストール時にUSE_LIBPCRE フラグをたててないと使えない $ git grep -P ',,,\D' fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE これまでmacだと brew install git --with-pcre とすればよかったらしいが この方法はdeprecatedになったとのこと Now in March 2018: Warning: git: --with-pcre was deprecated; using --with-pcre2 instead! So you'll have t