Stephan Beyer wrote: > After invoking git add -p I always got the warnings: > > Use of uninitialized value $_[3] in exec at Git.pm line 1282. > Use of uninitialized value $args[2] in join or string at Git.pm line 1264. [...] > - my $help_color_spec = $repo->config('color.interactive.help'); > + my $help_color_spec = ($repo->config('color.interactive.help') or > + 'red bold'); Acked-By: Thomas Rast <trast@xxxxxxxxxxxxxxx> Thanks for spotting this. -- Thomas Rast trast@{inf,student}.ethz.ch
Attachment:
signature.asc
Description: This is a digitally signed message part.