Re: * [BUG] "git clean" does not pay attention to its parameters

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

 



Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes:

> Hi,
>
> On Tue, 4 Dec 2007, Junio C Hamano wrote:
>
>> @@ -85,12 +86,17 @@ int cmd_clean(int argc, const char **argv, const char *prefix)
>>  	read_directory(&dir, path, base, baselen, pathspec);
>>  	strbuf_init(&directory, 0);
>>  
>> -	for (j = 0; j < dir.nr; ++j) {
>> -		struct dir_entry *ent = dir.entries[j];
>> -		int len, pos, specs;
>> +	if (pathspec) {
>> +		for (i = 0; pathspec[i]; i++)
>> +			; /* nothing */
>> +		seen = xmalloc();
>
> Did you mean xmalloc(i)?

Yes.
-
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

[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