Re: [PATCH v10 03/20] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
From: Junio C Hamano <hidden>
Date: 2017-01-10 20:45:11
Karthik Nayak [off-list ref] writes:
+ if_then_else->condition_satisfied = 1;
+ } else if (if_then_else->cmp_status == COMPARE_UNEQUAL) {Please, no space before tabs (locally fixed--no need to resend).