class

Git::Formatter::Base

Inherits Reference < Object

Constructors

new(output_file : Path | String | Nil = nil, pretty : Bool = STDOUT.tty?)
Source

Instance methods

add_entry(entry : LogEntry) : Nil
Source
finish
Source
indent
Source
io=(io : IO)
Source
output_file
Source
output_file=(output_file : String | Path | Nil)
Source
pretty=(pretty : Bool)
Source
pretty?
Source
start
Source
write(entry : LogEntry) : Nil
Source
write(entries : Array(LogEntry)) : Nil
Source