Re: [GIT GUI PATCH v2] git-gui: tolerate major version changes when comparing the git version

2014-05-19 Thread Junio C Hamano
Jens Lehmann jens.lehm...@web.de writes: Am 17.05.2014 14:23, schrieb Pat Thoyts: The analysis about the major version number being significant is correct. ... package vsatisfies $::_git_version 1.7.0- will suffice. Junio, please replace my old version with this. Thanks, both.

[GIT GUI PATCH v2] git-gui: tolerate major version changes when comparing the git version

2014-05-17 Thread Jens Lehmann
Since git 2.0.0 starting git gui in a submodule using a gitfile fails with the following error: No working directory ../../../path couldn't change working directory to ../../../path: no such file or directory This is because git rev-parse --show-toplevel is only run when git gui

Re: [GIT GUI PATCH v2] git-gui: tolerate major version changes when comparing the git version

2014-05-17 Thread Chris Packham
On 18/05/14 07:49, Jens Lehmann wrote: Since git 2.0.0 starting git gui in a submodule using a gitfile fails with the following error: No working directory ../../../path couldn't change working directory to ../../../path: no such file or directory This is because git

Re: [GIT GUI PATCH v2] git-gui: tolerate major version changes when comparing the git version

2014-05-17 Thread Eric Sunshine
On Sat, May 17, 2014 at 3:49 PM, Jens Lehmann jens.lehm...@web.de wrote: Since git 2.0.0 starting git gui in a submodule using a gitfile fails with the following error: No working directory ../../../path couldn't change working directory to ../../../path: no such file or