Commits


man page wording tweaks


make 'tog log' show first-parent history by default; add -b option and B key


make 'got log' show first-parent history by default; remove -f and add -b option


fix typo in got(1) man page markup


do not display unversioned files during 'got revert -R'


small css fixup


avoid creating empty files when one side of a diff is empty; ok tracey


create temporary workaround to opening /dev/null during diffing. this will need to be reworked later. ok stsp


tweak default colors for directories and symlinks in 'tog tree'


increase colorize buffer and don't crash on NULL strncmp/strlen


show diff if we're diffing to a root commit


html escape diff output


whoops, fix reversed diffs


clean up gw_get_diff function


complete gotweb refactor