1
0
mirror of https://github.com/git/git.git synced 2024-09-22 05:31:42 +02:00
git/perl
Petr Baudis 35c49eeae7 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>
2007-05-10 14:13:29 -07:00
..
.gitignore
Git.pm
Makefile
Makefile.PL
private-Error.pm