Commits


add copyright year for files already touched in 2020


simplify got_commit_graph_open()


remove GOT_ERR_ITER_NEED_MORE; the commit graph now fetches internally instead


always show numeric dates in ISO-8601/xkcd-1179 format ok millert tracey sthen


convert tree entries from SIMPLEQ to an array


fix tog display issue caused by Tab in commit messages; reported by mpi@


use less empty padding space after author name in 'tog log'


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


more s/line_color/color/g in tog


rename tog_line_color to just tog_color


support the terminal's "default" color in tog color schemes


add color support to 'tog tree'


mark a tog-internal function as static


add color support to 'tog diff'


make 'tog log' show abbreviated commit IDs if the window is large enough suggested by landry@