Re: [PATCHv2 5/8] var: accept multiple variables on the command line

2012-11-15 Thread Jonathan Nieder
Jeff King wrote: This patch lets callers specify multiple variables, and prints one per line. [...] Signed-off-by: Jeff King p...@peff.net Very pleasantly done --- thanks. For what it's worth, assuming this is tested, I can't see any reason not to apply it. Reviewed-by: Jonathan Nieder

[PATCHv2 5/8] var: accept multiple variables on the command line

2012-11-14 Thread Jeff King
Git-var currently only accepts a single value to print. This is inefficient if the caller is interested in finding multiple values, as they must invoke git-var multiple times. This patch lets callers specify multiple variables, and prints one per line. While we're in the area, let's add some