On Fri, Sep 24, 2021 at 1:12 PM Neeraj Singh via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > From: Neeraj Singh <neerajsi@xxxxxxxxxxxxx> > > diff --git a/builtin/add.c b/builtin/add.c > index 2244311d485..9d9897cf037 100644 > --- a/builtin/add.c > +++ b/builtin/add.c > @@ -678,6 +678,7 @@ int cmd_add(int argc, const char **argv, const char *prefix) > > if (chmod_arg && pathspec.nr) > exit_status |= chmod_pathspec(&pathspec, chmod_arg[0], show_only); > + > unplug_bulk_checkin(); > > finish: I'll remove this stray change on re-roll.