On Wed, Jun 26, 2019 at 7:51 PM Emily Shaffer <emilyshaffer@xxxxxxxxxx> wrote: > It may be illuminating to see which objects were not included within a > given filter. This also demonstrates, since filter-spec "tree:1" is > used, that the 'omitted' list contains all objects which are omitted, > not just the first objects which were omitted - that is, it continues to > dereference omitted trees and commits. > [...] > Signed-off-by: Emily Shaffer <emilyshaffer@xxxxxxxxxx> > --- > diff --git a/builtin/walken.c b/builtin/walken.c > @@ -45,7 +45,7 @@ static void init_walken_defaults(void) > static void final_rev_info_setup(int argc, const char **argv, const char *prefix, > - struct rev_info *rev) > + struct rev_info *rev) Use the correct indentation in the patch which introduces this code rather than adjusting it in this patch.