Closed pnathan closed 12 years ago
Thanks much! I appreciate that it will render in github now and will merge this.
As you said you were relatively new to git: It is much easier to review patches if you squash related patches ones into a single patch accomplishing a stated goal. git rebase -i will do this (though you might wish to do it in a separate branch till you get the hang of it; rebasing can blow stuff up).
DOCUMENTATION.html was kind of ugly and made you open your browser to read the file in a funky way. It made for many clicks.
DOCUMENTATION.md is understandable by github. This is much nicer, as you can read the docs on github.