diff options
author | Johannes Sixt <j6t@kdbg.org> | 2025-05-03 11:52:35 +0200 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2025-05-23 17:04:23 -0400 |
commit | 23ba43256b421c322af9b99150fb324575175bb0 (patch) | |
tree | a4508582e1103a60be1c426c5e88a983981fa8f3 /git-gui/lib/commit.tcl | |
parent | e883ceb1222c29f8a2325e1b4c2778b5259a3725 (diff) |
git-gui: remove option --stderr from git_read
Some callers of git_read want to redirect stderr of the invoked command
to stdout. The function offers option --stderr for this purpose.
However, the option only appends 2>@1 to the commands. The callers can
do that themselves. In lib/console.tcl we even have a caller that
already knew implictly what --stderr does behind the scenes.
This is a preparation for a later change where we want to make git_read
non-variadic. Then it cannot have optional leading arguments.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions