Commit Briefs

6d7260fd5a Stefan Sperling

remove remnants of recursive include support from parse.y


51b930a341 Tracey Emery

clean up those one-liner assignments

ok stsp


9e6e8e60a5 Stefan Sperling

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


c34ec41754 Tracey Emery

restructure gotweb parse.y to be like the new got parse.y

correct a lot of incorrect error handling adjust copyrights


fb863fa46f Tracey Emery

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