git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clarify sideband muxing in GIT_TRACE_PACKET
@ 2015-09-01 20:22 Jeff King
  2015-09-01 20:22 ` [PATCH 1/2] run-command: provide in_async query function Jeff King
  2015-09-01 20:24 ` [PATCH 2/2] pkt-line: show packets in async processes as "sideband" Jeff King
  0 siblings, 2 replies; 12+ messages in thread
From: Jeff King @ 2015-09-01 20:22 UTC (permalink / raw)
  To: git

I happened to be debugging push with GIT_TRACE_PACKET today, and got
confused by the mixture of trace from the sideband demuxer and push
itself (details in patch 2/2). This series fixes it by showing a
distinct prefix for the sideband reads.

There's some trickery with start_async() involved, so I've tested it
both with and without NO_PTHREADS set.

  [1/2]: run-command: provide in_async query function
  [2/2]: pkt-line: show packets in async processes as "sideband"

-Peff

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

end of thread, other threads:[~2015-09-01 22:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 20:22 [PATCH 0/2] clarify sideband muxing in GIT_TRACE_PACKET Jeff King
2015-09-01 20:22 ` [PATCH 1/2] run-command: provide in_async query function Jeff King
2015-09-01 20:26   ` Jeff King
2015-09-01 22:09   ` Junio C Hamano
2015-09-01 22:17     ` Jeff King
2015-09-01 20:24 ` [PATCH 2/2] pkt-line: show packets in async processes as "sideband" Jeff King
2015-09-01 22:13   ` Junio C Hamano
2015-09-01 22:22     ` Jeff King
2015-09-01 22:23     ` Stefan Beller
2015-09-01 22:26       ` Jeff King
2015-09-01 22:31         ` Stefan Beller
2015-09-01 22:38           ` Jeff King

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).