"Phillip Wood via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > diff --git a/add-interactive.c b/add-interactive.c > index 6498ae196f1..ad78774ca26 100644 > --- a/add-interactive.c > +++ b/add-interactive.c > @@ -70,6 +70,8 @@ void init_add_i_state(struct add_i_state *s, struct repository *r) > &s->interactive_diff_algorithm); > > git_config_get_bool("interactive.singlekey", &s->use_single_key); > + if (s->use_single_key) > + setbuf(stdin, NULL); OK. Will queue. Thanks. > } > > void clear_add_i_state(struct add_i_state *s)