Re: [PATCH 8/6] Teach directory traversal about subprojects

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

 



Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes:

> On Wed, 11 Apr 2007, Junio C Hamano wrote:
>> > diff --git a/dir.h b/dir.h
>> > index 33c31f2..1931609 100644
>> > --- a/dir.h
>> > +++ b/dir.h
>> > @@ -33,7 +33,8 @@ struct dir_struct {
>> >  	int nr, alloc;
>> >  	unsigned int show_ignored:1,
>> >  		     show_other_directories:1,
>> > -		     hide_empty_directories:1;
>> > +		     hide_empty_directories:1,
>> > +		     no_dirlinks;
>> >  	struct dir_entry **entries;
>> >  
>> >  	/* Exclude info */
>> 
>> Did you mean a bitfield here?
>
> I did indeed. Please fix.

Will try to remember when I get around to it.  I'm mucking with
'maint' right now to push 1.5.1.1 out, and then merge it in to
'master'.  It will be a while before I can get to any of the
topics.

-
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]