summaryrefslogtreecommitdiff
path: root/po/git-gui.pot
diff options
context:
space:
mode:
authorLibravatar Kyle J. McKay <mackyle@gmail.com>2015-01-06 02:41:21 -0800
committerLibravatar Pat Thoyts <patthoyts@users.sourceforge.net>2015-01-13 00:42:03 +0000
commitce3e848b409a6ba30fe9e12354f309424ac247cd (patch)
treef44a9c9cf6ed155138edba9b8d582802bd1be141 /po/git-gui.pot
parentgit-gui: fix problem with gui.maxfilesdisplayed (diff)
downloadtgif-ce3e848b409a6ba30fe9e12354f309424ac247cd.tar.xz
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>
Diffstat (limited to 'po/git-gui.pot')
0 files changed, 0 insertions, 0 deletions