diff options
author | René Scharfe <l.s.r@web.de> | 2014-11-09 14:49:58 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-10 10:03:39 -0800 |
commit | b226293b44750f4e2ebd121e6f85528170f8e2c5 (patch) | |
tree | 028888ebd3e17fd343d7d92ce20dd4c29036b313 /tree.c | |
parent | 66edfe9ddc29102fa39edd37f9aecccbaca6a013 (diff) | |
download | git-b226293b44750f4e2ebd121e6f85528170f8e2c5.tar.gz |
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 <peff@peff.net>
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree.c')
0 files changed, 0 insertions, 0 deletions