feat(blame): support format strings

- config.current_line_blame_formatter can now be specified as a format
string.

- changed default of `config.current_line_blame_formatter` to
  '<author>, <author_time:%R> - <summary>' which is equivalent to the
  previous function default.

- deprecated config.current_line_blame_formatter_opts

Resolves #291
This commit is contained in:
Lewis Russell 2022-02-10 17:37:26 +00:00 committed by Lewis Russell
parent 6dd2e6fcd7
commit 420db8ddb9
9 changed files with 355 additions and 215 deletions