difftool: Move option values into a hash
authorDavid Aguilar <davvid@gmail.com>
Mon, 23 Jul 2012 03:57:09 +0000 (20:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jul 2012 04:42:23 +0000 (21:42 -0700)
Shorten the "my" declaration for all of the option-specific variables
by wrapping all of them in a hash. This also gives us a place to
specify default values, should we need them.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found