Shawn O. Pearce wrote: > drafnel@xxxxxxxxx wrote: >> diff --git a/cache.h b/cache.h >> index b0edbf9..0cb9350 100644 >> --- a/cache.h >> +++ b/cache.h >> @@ -679,12 +679,15 @@ extern struct packed_git { >> int index_version; >> time_t mtime; >> int pack_fd; >> - int pack_local; >> + unsigned int flags; > > Hmm, isn't this a smaller change to make? heh, well if you want to do it the "easy" way. :) For some reason I've never used this bit field mechanism, but I agree it is more readable and simpler, and you can't argue with that. -brandon -- 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