This question specifies that -P allows GNU grep to grep for a tab
-P
grep -P \'\\t\' config/file.txt
However, using git gre
git gre
I cannot find a regexp notation for a tab that will work, but it will happily search for a literal tab if you can pass one in. In bash, that would be
git grep $'\t'