On 6/29/2018 5:38 PM, Stefan Beller wrote:
Hi Derrick,
+struct ref_filter_cbdata {
+ struct ref_array *array;
+ struct ref_filter *filter;
+ struct contains_cache contains_cache;
+ struct contains_cache no_contains_cache;
These members also seem to be moved whitespace-inconsistently.
Could you clarify in the commit message that you re-indent them or
what happened?
Sorry, there appears to be something strange that happens when I paste
into vim that causes my whitespace to mess up, especially leading
whitespace. Usually `git rebase --whitespace=fix` fixes it.
I'll be more careful in my next replay of the series.