SYNOPSIS recursive-blame [options] PATTERN FILE recursive-blame [options] [-p PATTERN | -e PATTERN] FILE DESCRIPTION Recursive-blame searches the history of a file for lines containing a match to the given PATTERN. OPTIONS -p PATTERN, --pattern=PATTERN The pattern to search for. -f FILE, --file=FILE Which file to search for the PATTERN. -e[ PATTERN], --regexp[=PATTERN] Treat the pattern as a regular expression. -C NUM, --context=NUM Print NUM lines of output context. Defaults to 4. -c COMMITTISH, --committish=COMMITTISH Start searching the history from COMMITTISH. Defaults to HEAD.