Commits


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@


fix copy-pasto in man page; patch by landry@


fix staging of multiple files with -p ok semarie


add a todo item for tog


show commit date's century in 'got blame' output (patch by Tracey Emery) tests adjusted by me


bump version number


fix build on sparc64 (uninitialized variable)


sync distfile list


changes for 0.18


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


preserve the log message when an error occurs during import, as intended


preserve the tag message when an error occurs during tagging, as intended


preserve the log message when an error occurs during commit, as intended


ignore empty files in refs directory; convert parse_ref_file() to getline(3)


remove lock files, as intended, when reintegrate gets aborted


show base commit hash and omit filenames in conflict markers


show file mode differences when diffing trees


handle xbit-only changes during 'got update'


teach 'got commit' to tweak the executable bit of a file


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