Im shifting some code from bash to python that makes use of git grep
Im wondering if there is a recommended way to do this - eg with a predicate in traverse or using execute
Im particularly keen to replicate git grep's -I functionality which filters out "binary" files from gits pov (ie .gitattributes)
Im shifting some code from bash to python that makes use of
git grepIm wondering if there is a recommended way to do this - eg with a
predicatein traverse or usingexecuteIm particularly keen to replicate git grep's
-Ifunctionality which filters out "binary" files from gits pov (ie .gitattributes)