Re: [PATCH] Fixlet for argument parsing in rev-list.

2005-07-05 Thread Jon Seymour
I ack the patch, though --show-breaks could use the same treatment. jon. On 7/5/05, Junio C Hamano <[EMAIL PROTECTED]> wrote: > The --merge-order flag does not take parameter so there is no > point doing strncmp with the length. > > Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> > --- > > r

[PATCH] Fixlet for argument parsing in rev-list.

2005-07-05 Thread Junio C Hamano
The --merge-order flag does not take parameter so there is no point doing strncmp with the length. Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> --- rev-list.c |2 +- 1 file changed, 1 insertions(+), 1 deletions(-) diff --git a/rev-list.c b/rev-list.c --- a/rev-list.c +++ b/rev-list.c @