Git.pm: config_boolean() -> config_bool()
commit35c49eeae7e71e8554f27958a16405397c69b552
authorPetr Baudis <pasky@suse.cz>
Wed, 9 May 2007 10:49:41 +0000 (9 12:49 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 May 2007 21:13:29 +0000 (10 14:13 -0700)
tree3cf797fe55167e326c8b9f74b99317918b5da2b3
parentefa615ba089e88c0d2645f444373751de0529214
Git.pm: config_boolean() -> config_bool()

This patch renames config_boolean() to config_bool() for consistency with
the commandline interface and because it is shorter but still obvious. ;-)
It also changes the return value from some obscure string to real Perl
boolean, allowing for clean user code.

Signed-off-by: Petr Baudis <pasky@suse.cz>
git-remote.perl
git-send-email.perl
perl/Git.pm