Skip to content
  • Yuya Nishihara's avatar
    annotate: port to generic templater enabled by hidden -T option · dff638170c48
    Yuya Nishihara authored
    If the selected formatter is other than plainformatter, raw data are passed
    to the formatter.  In this case, it isn't necessary (and not possible) to
    calculate column widths.
    
    Field names are substituted to be the same as "log" command.
    
    There are a few limitations:
    
     - "binary file" message is not included in formatted output.
     - no data structure for multiple files. all lines are packed to single list.
    dff638170c48