kinnison / git-testament

Rust library for creating a commit testament at compile time
BSD 3-Clause "New" or "Revised" License
47 stars 10 forks source link

derive: Switch to running git subprocesses #1

Closed kinnison closed 5 years ago

kinnison commented 5 years ago

Ideally we'd stick with libgit2 but for now we'll run git subprocesses since that's more reliable with rls and we don't want to break rls for our users.

Signed-off-by: Daniel Silverstone dsilvers@digital-scurf.org