Commit 9e6e8e60a533dbed09b9a531eab773b7669a993f

Stefan Sperling 2020-08-02T16:38:51

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