[PATCH 3/5] difftool: Move option values into a hash

2012-07-22 Thread David Aguilar
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 --- Fixed typo in the commit message git-difftool.perl | 55 +

Re: [PATCH 3/5] difftool: Move option values into a hash

2012-07-22 Thread David Aguilar
On Sun, Jul 22, 2012 at 8:42 PM, David Aguilar wrote: > ... This makes also gives us a place to specify default values Oops, please drop the word "makes" from the commit message here if you apply this, or I'll fix it in a re-roll if review finds other issues. Thanks, -- David -- To unsubscribe

[PATCH 3/5] difftool: Move option values into a hash

2012-07-22 Thread David Aguilar
Shorten the "my" declaration for all of the option-specific variables by wrapping all of them in a hash. This makes also gives us a place to specify default values, should we need them. Signed-off-by: David Aguilar --- git-difftool.perl | 55 +++--