summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-07-17Use lazy_static to not recompile regex every timeHEADmasterMatthias Beyer
This introduces lazy_static as a new dependency so that the regex does not have to be compiled every time the function is called. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-17Rewrite function to be more rustyMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-14Add contributing info to the READMEWesley Moore
2019-07-14Include git stderr in error messageMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-09Add READMEWesley Moore
2019-07-09Add VisitorWesley Moore
2019-07-08Annotation values are VecsWesley Moore
2019-07-08Shuffle things around to use the lib from the binaryWesley Moore
2019-07-08Read and parse git ls-tree outputWesley Moore
2019-07-07Initial commitWesley Moore