Andy Parkins <andyparkins@xxxxxxxxx> writes: > + unless ( defined ( $cfg->{gitcvs}{allbinary} ) and $cfg->{gitcvs}{allbinary} =~ /^\s*(1|true|yes)\s*$/i ) > + { > + # Return "" to give no special treatment to any path > + return ""; > + } else { > + # Alternatively, to have all files treated as if they are binary (which > + # is more like git itself), always return the "-kb" option > + return "-kb"; > + } > +} This is not your fault as you copied existing code to check boolean, but I am unhappy every time I see "git-config -l" forces such an eyesore on us X-<. Anyway, will apply. Thanks. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html