difftool: Move option values into a hash
commitc9bdd505200120a8dab0f7417ad3fd7553e39e3f
authorDavid Aguilar <davvid@gmail.com>
Mon, 23 Jul 2012 03:57:09 +0000 (22 20:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jul 2012 04:42:23 +0000 (22 21:42 -0700)
treea22b7b5939236bd4ae3d1aa754f8a2fb997d62c3
parent75cd75830993e3b545f2b151d8eea2f3178f9ba4
difftool: Move option values into a hash

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>
git-difftool.perl