Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-command documentation: fix "memset()" parameter
When initializing the struct async and struct child_process structures, the documentation suggested "clearing" the structure with '0' instead of '\0'. It is enough to use integer zero here. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information