spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
377 stars 33 forks source link

`spr land` requires `git` at least at version 2.29.0 #117

Open joneshf opened 1 year ago

joneshf commented 1 year ago

From https://github.com/getcord/spr/issues/61

And later in the issue from @sven-of-cord:

  • we could query what version of git is installed, and not include the --no-write-fetch-head if it's not available. That means spr might overwrite your FETCH_HEAD file if you're on an older version of git, but that's probably better than not working at all.