Commits


remove remnants of recursive include support from parse.y


clean up those one-liner assignments ok stsp


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


restructure gotweb parse.y to be like the new got parse.y correct a lot of incorrect error handling adjust copyrights


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