dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Dir add #493

Closed erictwalker18 closed 7 years ago

erictwalker18 commented 7 years ago

Adds a simple about window and fixes an issue with file separators on windows (and anything else that uses something besides /). Includes a unit test to avoid difficulty finding the bug again.

dmusican commented 7 years ago

Thanks, @erictwalker18, this all looks great! Merged in and complete. Took a bit of effort because of all the FXML refactoring I had done. Take a look at master when you get a chance and see if you see anything awry, but I think it's all good.

erictwalker18 commented 7 years ago

Yep. Still looks good.