On Mon, Dec 23, 2013 at 06:26:49AM -0800, Chris Brannon wrote: > How familiar are you with git? If you aren't, I'll write up a > long-winded explanation. Here's the short form. > Use git send-email to send your patches to this list. > You might want to run the following from the root of your edbrowse > repository: > git config --replace sendemail.to '[email protected]'
I'm not massively familiar with git, but I do know distributed version control and how to commit changes to my local repository. Thanks for the tip about git config though, that's a git thing which I was not aware of. > Also, please insure that your code is formatted with tools/ebindent from > the edbrowse repo, just to be consistent with the rest of the codebase. I'll try. As long as there's not too much c++ weirdness in the code, indent should cope relatively well I think. Cheers, Adam. _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
