Searching for a pattern across commits containing minified javascript results in one line of context per match. Unfortunately that one line is several pages long, since it is minified javascript and not neatly broken by line breaks.
How can the context of results of git grep
be limited not just by lines of context, but by total characters displayed?