src-d / gitbase

SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase
Apache License 2.0
2.07k stars 123 forks source link

Review example queries #936

Closed smola closed 5 years ago

smola commented 5 years ago

Some of our example queries have descriptions that do not match the query, or that are unclear, others can be simplified, superfluous aliases could be removed, IS_VENDOR could be used, etc. This section needs a review and clean up.

See an example of clean ups I attempted: https://github.com/src-d/gitbase/pull/901/files

I closed my PR though, since I didn't have time at that point to verify the correctness of all these changes.