difftool: parse options using Getopt::Long
commit3f94ff755e266520ba2f6007d557395c33d30fdc
authorTim Henigan <tim.henigan@gmail.com>
Thu, 22 Mar 2012 19:52:16 +0000 (22 15:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Mar 2012 18:46:25 +0000 (23 11:46 -0700)
tree13d21a35010a8dafda6295f3ba3d710897a6eddd
parent0987145dd3d11373270c1e0cfbd449f2c6c834c9
difftool: parse options using Getopt::Long

Replace custom option/argument parser with standard Getopt::Long
module.  This shortens the code and makes it easier to understand.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-difftool.perl