Git.pm: config_boolean() -> config_bool()
authorPetr Baudis <pasky@suse.cz>
Wed, 9 May 2007 10:49:41 +0000 (12:49 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 May 2007 21:13:29 +0000 (14:13 -0700)
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>
No differences found