Closed timsofteng closed 4 years ago
Read help
:help gina
and /blame
and read or :help gina-blame
and read
:help gina
and/blame
and read or:help gina-blame
and read
I can't find this option there. Could you explain please?
--format={format}
Format string used to construct navi line.
(|g:gina#command#blame#formatter#format|)
*g:gina#command#blame#formatter#format*
g:gina#command#blame#formatter#format
A format string used to construct individual lines of a blame navi
buffer. The following format strings are replaced by a rule which
explained in |gina-misc-string-format|.
"su" A commit summary (a first line of the commit message)
"au" An author name of the commit
"ma" A current commit indication mark
"in" A commit SHA indicator
"ti" A timestamp string
Additionally, the format is splitted by "%=" like |statusline|.
Default: "%su%=on %ti %ma%in"
Thanks! I have finally did it. Why is author field not in default format?
Because I think "who wrote this?" should not be the fundamental information for commits, ideally.
Can I somehow include "author" column with name of author of change in :Gina blame?