Jeff King fe4a0a2888 argv-array: add pop function
Sometimes we build a set of similar command lines, differing
only in the final arguments (e.g., "fetch --multiple"). To
use argv_array for this, you have to either push the same
set of elements repeatedly, or break the abstraction by
manually manipulating the array's internal members.

Instead, let's provide a sanctioned "pop" function to remove
elements from the end.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-09-02 21:10:01 -07:00
..
2007-12-14 22:29:38 -08:00
2012-02-17 07:59:55 -08:00
2009-12-17 21:54:50 -08:00
2011-09-14 11:44:05 -07:00
2006-07-09 02:42:41 -07:00