Commits


fix 'same path prefix' check during checkout


verify path prefix when checking out into existing work tree


make checkout status char unsigned


signal existing files in checkout progress output


allow checkout on top of an existing tree


make got_worktree_checkout_files() infer base commit from meta data


undo commit timestamps next to paths in diffs; they are redundant


show commit timestamps in diff headers


remove struct got_object from public library API


make commit objects opaque in the library's API


remove colon from diff header


show diffed commit IDs in 'got log -p' output


show IDs of commits being compared in 'got diff'


undo previous; indentation is enough to avoid parsing problems


make 'got log' show the number of lines in a log message


make 'got log' and 'got tree' bail out cleanly upon Ctrl-C


don't be noisy on stderr when Ctrl-C is hit


abort checkout operations cleanly when Ctrl-C is hit


avoid a call to mktime() in commit graph's add_node()


fix logging /sys in tog while /sys symlink exists on disk


remove print from 'got checkout' showing redundant information


use a constant for max diff context size


add a 'got tree' subcommand


add diff context option to got(1)


make amount of diff context configurable at API level