jbeardly-junkyard / gitquery

SQL interface to Git repositories, written in Go.
MIT License
0 stars 0 forks source link

internal/function: implement ref_name functions #17

Closed erizocosmico closed 6 years ago

erizocosmico commented 6 years ago

Closes #9 Closes #8

Adds the is_tag and is_remote functions along with a function to register them on a catalog. Perhaps on the future we should move the logic of initializing the sqle engine to the gitquery package where you just pass a path to a New function and it returns everything setup.

ajnavarro commented 6 years ago

rebase please