Merge branch 'jk/async-pkt-line'

The debugging infrastructure for pkt-line based communication has
been improved to mark the side-band communication specifically.

* jk/async-pkt-line:
  pkt-line: show packets in async processes as "sideband"
  run-command: provide in_async query function
This commit is contained in:
Junio C Hamano
2015-10-05 12:30:09 -07:00
3 changed files with 23 additions and 2 deletions

View File

@ -118,5 +118,6 @@ struct async {
int start_async(struct async *async);
int finish_async(struct async *async);
int in_async(void);
#endif