trailer: use CHILD_PROCESS_INIT in apply_command()
authorRené Scharfe <redacted>
Sun, 9 Nov 2014 13:49:58 +0000 (14:49 +0100)
committerJunio C Hamano <redacted>
Mon, 10 Nov 2014 18:03:39 +0000 (10:03 -0800)
commitb226293b44750f4e2ebd121e6f85528170f8e2c5
tree028888ebd3e17fd343d7d92ce20dd4c29036b313
parent66edfe9ddc29102fa39edd37f9aecccbaca6a013
trailer: use CHILD_PROCESS_INIT in apply_command()

Initialize the struct child_process variable cp at declaration time.
This is shorter, saves a function call and prevents using the variable
before initialization by mistake.

Suggested-by: Jeff King <redacted>
Signed-off-by: Rene Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
trailer.c
git clone https://git.99rst.org/PROJECT