Commits


convert two files to utf8 ok stsp


replace malloc+memcpy with strndup. no functional change intended ok stsp@


mark some function parameters as 'const', as they should be; patch by Omar Polo


silence a printf in our gitconfig parser; this code shouldn't print to stdout


use size_t for loop indices to avoid signedness warnings; from emaste@freebsd


fix bug where duplicates were returned from got_gitconfig_get_section_list()


parse remotes from gitconfig


obtain repo format version and commit author name/email from .git/config


add support for reading .git/config; parser was based on isakmpd/conf.c