andy-5 / wslgit

Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)
MIT License
1.19k stars 59 forks source link

Updated Git version needed for Fork compatibility (and likely others) #138

Closed mogul closed 1 year ago

mogul commented 1 year ago

Using the released version of wslgit (based on git 2.25.1), Fork now shows this version as "too old" in the diff/details pane: image

The --diff-merges flag appeared in git version 2.31.0, released on 2021-03-15.

mogul commented 1 year ago

Closing as a dupe of https://github.com/andy-5/wslgit/issues/134#issuecomment-1367619943 ; short answer: Update the version of git you have installed in WSL to a more recent version (like this), because wslgit has nothing to do with this.