Re: [PATCH] add -p: get rid of Git.pm warnings about unitialized values

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux