From: Carlos Martín Nieto Date: Thu, 14 Apr 2011 14:28:30 +0000 (+0200) Subject: log: convert to parse-options X-Git-Tag: v1.7.6-rc0~80^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1c40c36b9acbb55726ea0fcf98714a85e159e45f?ds=inline;hp=1c40c36b9acbb55726ea0fcf98714a85e159e45f log: convert to parse-options Use parse-options in cmd_log_init instead of manually iterating through them. This makes the code a bit cleaner but more importantly allows us to catch the "--quiet" option which causes some of the log-related commands to misbehave as it would otherwise get passed on to the diff. Signed-off-by: Carlos Martín Nieto Signed-off-by: Junio C Hamano ---