From: Jakub Narebski Date: Fri, 23 Nov 2007 18:04:52 +0000 (+0100) Subject: Add config_int() method to the Git perl module X-Git-Tag: v1.5.4-rc0~132 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/346d203bc3931c33f2e40093ee9325ab0334b9fe?ds=inline;hp=346d203bc3931c33f2e40093ee9325ab0334b9fe Add config_int() method to the Git perl module Integer variables can have optional 'k', 'm' or 'g' suffix. config_int() method will return simple decimal number, taking care of those suffixes. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---