Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Library function to check for unmerged index entries
[gitweb.git]
/
gitweb
/
gitweb.perl
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 2a0c46c234a1a5b4d07c8ad522d9e122415407a6..6256641ace0cb2a3b362503437f6126487096fc5 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-1511,7
+1511,7
@@
sub config_to_int {
sub config_to_multi {
my $val = shift;
- return ref($val) ? $val :
[ $val ]
;
+ return ref($val) ? $val :
(defined($val) ? [ $val ] : [])
;
}
sub git_get_project_config {