On Sat, Mar 14, 2020 at 9:47 PM Pratyush Yadav <me@xxxxxxxxxxxxxxxxx> wrote: > Some MacOS distributions ship with Tcl 8.5. This means we can't use > TclOO. So, use our homegrown class.tcl instead. It should be mentioned that this patch series fixes a regression in Git v2.25 in which git-gui could not even be launched on Mac OS. The problem was reported here[1] a couple months ago. I performed some rudimentary testing of this patch series on Mac OS, and it appears to be working as expected; it certainly fixes the problem of git-gui not launching on Mac OS. (I did notice a misbehavior related to the original patch which caused git-gui to be unusable on Mac OS in v2.25, but I suspect that misbehavior is not related to or caused by this patch series, thus shouldn't prevent its acceptance.) [1]: https://github.com/prati0100/git-gui/issues/26