Re: msysgit: does git gui work?
From: Steffen Prohaska <hidden>
Date: 2016-06-15 22:43:28
On Aug 10, 2007, at 9:47 AM, Marius Storm-Olsen wrote:
I cherry-picked your patches into my local devel branch, but I still have issues with the version number being 1.5.3.rc2.690.g8ca1f6-dirty. (You mentioned that you also needed to change the Makefile to a different version numbering scheme, right?) So, your patches are still not enough to make it work out-of-box. I'll push your patches to the devel branch though, but won't move master until we have something which works. Ok?
Ok. If you tested with a dirty working tree you run into the following problem. git-gui in msysgit doesn't understand '-dirty' versions. You need to cherry pick from main git the following commits: 2dfa54c6cb39c443652440f1ee6fdf5a6067364a git-gui: Skip -dirty suffix on core git versions ec4fceece4a9f155afcadec254caff5cef781c67 git-gui: Brown paper bag "dirty git version fix" btw, does someone know, where stderr of wish is piped to. It doesn't appear on the mingw console, which makes debugging more challenging. Steffen