pager: lose a separate argv[]
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Feb 2016 22:26:40 +0000 (14:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Feb 2016 22:26:40 +0000 (14:26 -0800)
commit43b019022478703758b3744fa242867ed620a9a6
tree1277ec6111906385f013f6f90e5152e933baab48
parent7aa2da616208a51ec51ce3639fe6abd9631b74db
pager: lose a separate argv[]

These days, using the embedded args array in the child_process
structure is the norm.  Follow that practice.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
pager.c