diff options
author | Mark Levedahl <mlevedahl@gmail.com> | 2023-09-20 17:56:14 -0400 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2025-05-23 17:04:23 -0400 |
commit | 4774c704d20e50ad710f65756099c3eedbfbe789 (patch) | |
tree | 5a5f00257c34bfdff6bae66f1c5838e43488592e /merge-blobs.c | |
parent | dcda716dbc9c90bcac4611bd1076747671ee0906 (diff) |
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>
Diffstat (limited to 'merge-blobs.c')
0 files changed, 0 insertions, 0 deletions