Commits


got parse.y tweaks Rename things to better match their intended purpose. Tweak namespacing. Add a function for freeing config items that are dynamically allocated. Add 'struct gotconfig' to make room for potential global settings we might want to add later, instead of implementing just a list of remote repositories. ok tracey


get a parser in place for the future inclusion of gotconfig to git repos this is for got push and got fetch, primarily ok stsp