diff --no-index -q: fix endless loop
commita324fc45e4d04e3b879cd2d9a603d73ca696b775
authorThomas Rast <trast@student.ethz.ch>
Wed, 7 Jan 2009 11:15:30 +0000 (7 12:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2009 20:04:38 +0000 (7 12:04 -0800)
tree421279aeed893913270956aa19c2980d88b05bb9
parentc6dbca08ca39d9cd511a36cdd18847b8720f1653
diff --no-index -q: fix endless loop

We forgot to move to the next argument when parsing -q, getting stuck
in an endless loop.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-no-index.c