argv-array: add a new "pushl" method
authorJeff King <peff@peff.net>
Wed, 18 Apr 2012 21:10:05 +0000 (14:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Apr 2012 23:16:38 +0000 (16:16 -0700)
It can be convenient to push many strings in a single line
(e.g., if you are initializing an array with defaults). This
patch provides a convenience wrapper to allow this.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found