Commit Briefs


7a1d6b72b6 Stefan Sperling

fix 'tog log -c' with tags





e801a56632 Stefan Sperling

update usage


83cd27f841 Stefan Sperling

make got and tog accept a --version argument; -V option is a bit obscure

prompted by a question from tedu@




5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


3d5092374a Stefan Sperling

simplify got_commit_graph_open()



6db9f7f6b1 Stefan Sperling

always show numeric dates in ISO-8601/xkcd-1179 format

ok millert tracey sthen


56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array




11b20872df Stefan Sperling

add colors for 'tog log' and 'tog blame'


bddb1296a2 Stefan Sperling

more s/line_color/color/g in tog


f26dddb7dc Stefan Sperling

rename tog_line_color to just tog_color



c0b01bdba6 Stefan Sperling

add color support to 'tog tree'


7169caa2d6 Stefan Sperling

mark a tog-internal function as static


6d17833f85 Stefan Sperling

add color support to 'tog diff'


6570a66d53 Stefan Sperling

make 'tog log' show abbreviated commit IDs if the window is large enough

suggested by landry@