author | Petr Baudis <pasky@suse.cz> | |
Wed, 9 May 2007 10:49:41 +0000 (12:49 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 10 May 2007 21:13:29 +0000 (14:13 -0700) | ||
commit | 35c49eeae7e71e8554f27958a16405397c69b552 | |
tree | 3cf797fe55167e326c8b9f74b99317918b5da2b3 | tree | snapshot |
parent | efa615ba089e88c0d2645f444373751de0529214 | commit | diff |
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>
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 | diff | blob | history | |
git-send-email.perl | diff | blob | history | |
perl/Git.pm | diff | blob | history |