tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Updates git log parsing to use .lines() instead of .split('\n') which was returning an empty last item due to trailing newlines #181

Closed ZephyrTFA closed 4 months ago

ZephyrTFA commented 4 months ago

I tested this locally with a manually edited .git folder but not with an actual test environment