Re: [ANNOUNCE] Git v2.10.0-rc1

2016-08-23 Thread Junio C Hamano
Johannes Schindelin  writes:

> On Fri, 19 Aug 2016, Junio C Hamano wrote:
>
>> [...]
>>  * A new run-command API function pipe_command() is introduced to
> ...
> You probably want a '*' in front of this paragraph, too.
>
>>  * Squelch compiler warnings for netmalloc (in compat/) library.
>
> s/netmalloc/nedmalloc/

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [ANNOUNCE] Git v2.10.0-rc1

2016-08-23 Thread Johannes Schindelin
Hi Junio,

[dropping LKML]

On Fri, 19 Aug 2016, Junio C Hamano wrote:

> [...]
>  * A new run-command API function pipe_command() is introduced to
>sanely feed data to the standard input while capturing data from
>the standard output and the standard error of an external process,
>which is cumbersome to hand-roll correctly without deadlocking.
> 
>The codepath to sign data in a prepared buffer with GPG has been
>updated to use this API to read from the status-fd to check for
>errors (instead of relying on GPG's exit status).
>(merge efee955 jk/gpg-interface-cleanup later to maint).

You probably want a '*' in front of this paragraph, too.

>  * Squelch compiler warnings for netmalloc (in compat/) library.

s/netmalloc/nedmalloc/

Thank you so much for these extensive release notes. They do take time to
read, but they really cover everything quite nicely.

Ciao,
Dscho
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html