Re: [PATCH] sub-process: fix comment about api-sub-process.txt

2017-06-15 Thread Junio C Hamano
Jonathan Nieder writes: > Christian Couder wrote: > >> Subject: sub-process: fix comment about api-sub-process.txt > > nit: this one-line description doesn't describe what was wrong and is > being fixed. I think something like > > sub-process: correct path to API docs in comment > > would

Re: [PATCH] sub-process: fix comment about api-sub-process.txt

2017-06-15 Thread Ben Peart
On 6/14/2017 2:26 PM, Jonathan Nieder wrote: Christian Couder wrote: Subject: sub-process: fix comment about api-sub-process.txt nit: this one-line description doesn't describe what was wrong and is being fixed. I think something like sub-process: correct path to API docs in comme

Re: [PATCH] sub-process: fix comment about api-sub-process.txt

2017-06-14 Thread Jonathan Nieder
Christian Couder wrote: > Subject: sub-process: fix comment about api-sub-process.txt nit: this one-line description doesn't describe what was wrong and is being fixed. I think something like sub-process: correct path to API docs in comment would be easier to understand in "git log" ou

[PATCH] sub-process: fix comment about api-sub-process.txt

2017-06-14 Thread Christian Couder
Signed-off-by: Christian Couder --- sub-process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-process.h b/sub-process.h index 7d451e1cde..d9a45cd359 100644 --- a/sub-process.h +++ b/sub-process.h @@ -7,7 +7,7 @@ /* * Generic implementation of background process in