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@


always show the input path when realpath(3) returns an error


fix a tog log view performance bug when lots of commits are loaded


fix interlocking between tog log and man threads during search


add -w (ignore whitespace) option to 'got diff'


fix bogus error return introduced in previous commit


update reference list when 'tog log' view is refreshed with Ctrl+L


missing error checks in tog(1); found by jj@ with scan-build


change "calloc" to "strdup" for strdup() NULL return value


tog: fix cosmetic display issues involving \n and TABs


use author name/email from ~/.gitconfig if GOT_AUTHOR is not set