grep: use parseopt
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 7 May 2009 19:46:48 +0000 (21:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 May 2009 07:29:56 +0000 (00:29 -0700)
Convert git-grep to parseopt.

The bitfields in struct grep_opt are converted to full ints,
increasing its size. This shouldn't be a problem as there is only a
single instance in memory.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found