Commits


show how to log subdirectories in got.1 EXAMPLES ok naddy


switch "tog diff" repository path argument to a new -r option


fix "tog diff object1 object2" by actually extracting the repository path from the work tree


document semantics of got log and tog log path arguments


add ^B/^F key bindings for page up/down in the "blame" and "tree" views


disable compiler warnings in release builds because -Werror is bad for ports sthen@ suggested to drop -Werror; I think we don't need any -W in release mode


don't proceed if a bad imsg is received in recv_gitconfig_remotes()


fix uninitialized variablen recv_gitconfig_remotes; found by sthen@ with gcc8


bump version number


changes for 0.27


sync distfile list


ensure that gotweb's libexec helpers inherit build flags set in parent dirs


allow 'got ref' to manipulate refs which do not have a slash in their name


unify formatting of common code in tog log, blame, and tree


prevent possible double-free introduced in previous commit


add an optional path argument to 'tog tree'


use a common helper function to get the path from argv in tog log and blame


initialize all missed kcgi_err enums. pointed out by kurt@


whitespace, remove unneeded jump


add new tags page and ability to navigate all tags


fix misplaced tog search prompt in split-screen views


reduce gw_index np_wrapper code to one if statement


work if someone sets got_max_commits_display to 1, and check prev_id


add navigation to gw_briefs and gw_commits, fix logic error in original limit checking


bump version number