Commits


fix copy-pasto: got.conf protocol option takes a 'scheme' argument, not a 'path'


bump version number


CHANGES for 0.58


sync dist file list


fix a null-pointer deref in 'got fetch -d'; reported by Omar Polo


fix name of temporary directory used by test_fetch_delete_remote_refs


remove obsolete sentence from got_dial_parse_uri() docs


add missing <sys/types.h> include


make 'gotadmin info' display separate send/fetch URLs if they differ


mention where the 'proto' parameter of got_dial_apply_unveil() comes from


fix documentation of got_dial_apply_unveil()


document functions declared in the public got_dial.h header file


remove declaration of got_fetch_parse_uri()


fix regress/fetch build; broken by my renaming of got_fetch_parse_uri()


assert against accidentally overflowing argv[] in got_dial_ssh() ok stsp