]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: remove Tcl 8.4 workaround on 2>@1 redirection
authorMark Levedahl <mlevedahl@gmail.com>
Wed, 20 Sep 2023 21:56:14 +0000 (17:56 -0400)
committerTaylor Blau <me@ttaylorr.com>
Fri, 23 May 2025 21:04:23 +0000 (17:04 -0400)
commit4774c704d20e50ad710f65756099c3eedbfbe789
tree5a5f00257c34bfdff6bae66f1c5838e43488592e
parentdcda716dbc9c90bcac4611bd1076747671ee0906
git-gui: remove Tcl 8.4 workaround on 2>@1 redirection

Since b792230 ("git-gui: Show a progress meter for checking out files",
2007-07-08), git-gui includes a workaround for Tcl that does not support
using 2>@1 to redirect stderr to stdout. Tcl added such support in
8.4.7, released in 2004, and this is fully supported in all 8.5
releases.

As git-gui has a hard-coded requirement for Tcl >= 8.5, the workaround
is no longer needed. Delete it.

Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
git-gui.sh