pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
127 stars 19 forks source link

fix #253 - call `git --version` for compatibility with git versions older than 2.37 #252

Closed j5155 closed 1 year ago

j5155 commented 1 year ago

git -v appears to return unknown option: -v on my system, whereas git --version works properly. This PR allows native git support to work.

pcal43 commented 1 year ago

thanks