Jay Soffian, Tue, Feb 19, 2008 03:07:12 +0100: > diff --git a/cache.h b/cache.h > index 2b59c44..3c17e2c 100644 > --- a/cache.h > +++ b/cache.h > @@ -393,6 +393,14 @@ enum safe_crlf { > > extern enum safe_crlf safe_crlf; > > +enum branch_track { > + BRANCH_TRACK_NEVER = 0, enums start at 0 anyway, don't they? > + BRANCH_TRACK_REMOTE, > + BRANCH_TRACK_ALWAYS, > +}; - 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