1
0
mirror of https://github.com/git/git.git synced 2024-10-23 12:09:25 +02:00
Git Source Code Mirror. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Go to file
Kyle J. McKay ce3e848b40 git-gui: reinstate support for Tcl 8.4
Tcl 8.5 introduced an extended vsatisfies syntax that is not
supported by Tcl 8.4.

Since only Tcl 8.4 is required this presents a problem.

The extended syntax was used starting with Git 2.0.0 in commit
b3f0c5c0 (git-gui: tolerate major version changes when comparing the
git version, 2014-05-17), so that a major version change would still
satisfy the condition.

However, what we really want is just a basic version compare, so use
vcompare instead to restore compatibility with Tcl 8.4.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2015-01-13 00:42:03 +00:00
lib git-gui: add configurable tab size to the diff view 2014-10-06 10:34:52 +01:00
macosx
po
windows
.gitattributes
.gitignore
git-gui--askpass
git-gui.sh git-gui: reinstate support for Tcl 8.4 2015-01-13 00:42:03 +00:00
GIT-VERSION-GEN
Makefile