On Tue, Jul 28, 2015 at 1:52 PM, Christian Couder <christian.couder@xxxxxxxxx> wrote: > On Tue, Jul 28, 2015 at 8:56 AM, Karthik Nayak <karthik.188@xxxxxxxxx> wrote: >> diff --git a/ref-filter.h b/ref-filter.h >> index 7d1871d..3458595 100644 >> --- a/ref-filter.h >> +++ b/ref-filter.h >> @@ -5,6 +5,7 @@ >> #include "refs.h" >> #include "commit.h" >> #include "parse-options.h" >> +#include "revision.h" >> >> /* Quoting styles */ >> #define QUOTE_NONE 0 >> @@ -48,6 +49,7 @@ struct ref_sorting { >> struct ref_array_item { >> unsigned char objectname[20]; >> int flag, kind; >> + int ignore : 1; > > Maybe you could add a comment to say that this will be removed in the > next patch. > Yes, Will do. Thanks :) -- Regards, Karthik Nayak -- 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