git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dropping stdin support from test-terminal
@ 2024-06-06  8:17 Jeff King
  2024-06-06  8:21 ` [PATCH 1/2] am: add explicit "--retry" option Jeff King
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jeff King @ 2024-06-06  8:17 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, phillip.wood, Rubén Justo

This is an alternative to Rubén's patch here:

  https://lore.kernel.org/git/d95180fc-8f8a-4e1d-987d-3aa0811be7de@gmail.com/

and instead just rips out the stdin feature of test-terminal completely.
There are two tests in t4153 that rely on it (and for which it was
originally added), but I think the fact that we need to use
test_terminal there indicates missing functionality in git-am.

So patch 1 fixes that, and then patch 2 simplifies test-terminal.

  [1/2]: am: add explicit "--retry" option
  [2/2]: test-terminal: drop stdin handling

 Documentation/git-am.txt           |  8 +++++++-
 builtin/am.c                       |  3 +++
 t/t4153-am-resume-override-opts.sh | 14 +++++++++-----
 t/test-terminal.perl               | 29 +++--------------------------
 4 files changed, 22 insertions(+), 32 deletions(-)

-Peff

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-10  8:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06  8:17 [PATCH 0/2] dropping stdin support from test-terminal Jeff King
2024-06-06  8:21 ` [PATCH 1/2] am: add explicit "--retry" option Jeff King
2024-06-06 16:38   ` Junio C Hamano
2024-06-06 16:48     ` Junio C Hamano
2024-06-08 11:29       ` Jeff King
2024-06-10  8:36         ` Phillip Wood
2024-06-06  8:22 ` [PATCH 2/2] test-terminal: drop stdin handling Jeff King
2024-06-06 16:14   ` Rubén Justo
2024-06-06 16:17 ` [PATCH 0/2] dropping stdin support from test-terminal Rubén Justo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).