Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-05 22:30:09 +0300
committerJunio C Hamano <gitster@pobox.com>2015-10-05 22:30:09 +0300
commit88bad58d3860a8e0cf6499951e24311d15bc63f0 (patch)
treec9e325c9983e51b616090626ab436bef56c9731d /run-command.h
parentdb9789ab4ea05c42c08d7c77f87875476eb78d0d (diff)
parentfd89433dd03babb6c8d760092c3e499f6a4145f4 (diff)
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
Diffstat (limited to 'run-command.h')
-rw-r--r--run-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-command.h b/run-command.h
index 5b4425a3cb..629fab7ae0 100644
--- a/run-command.h
+++ b/run-command.h
@@ -118,5 +118,6 @@ struct async {
int start_async(struct async *async);
int finish_async(struct async *async);
+int in_async(void);
#endif