Commits


implement got_ref_write()


better error if .got directory is missing files


validate ref names


add a lockfile API


introduce got_ref_alloc()


plug memleak in got_open_worktree()


read UUID back from work tree meta data


add a UUID to work tree meta data


add got_error_uuid()


dynamically adjust length of author column in tog log view


show author's email handle instead of full name in tog log view


add another TODO for tog


make tog show command-specific usage if command is used wrongly


make got show command-specific usage if command is used wrongly


would threading really help tog diff? not so sure anymore...


unveil worktree in cmd_log() for tog as well


do not deadlock in waitpid() when user hits Ctrl-C


unveil worktree in cmd_log(); fixes 'got log path/to/file'


revert 718516bdb5ed72e3efabaeced654c82fa43b33ec; broke 'tog blame'


always show selected commit in tog log view


fix scrolling-up regression in tog tree view


fix TABs causing line display overflow in tog format_line()


make tog flash a view when it cannot scroll further


make 'tog diff' show a progress message while generating diffs


fix trigger_log_thread() would run forever in case the thread had an error