Hi Stefan, On Wed, 8 Aug 2018, Stefan Beller wrote: > On Wed, Aug 8, 2018 at 6:51 AM Pratik Karki <predatoramigo@xxxxxxxxx> wrote: > > > @@ -551,10 +560,21 @@ int cmd_rebase(int argc, const char **argv, const char *prefix) > [...] > > ; /* be quiet */ > > else if (!strcmp(branch_name, "HEAD") && > > - resolve_ref_unsafe("HEAD", 0, NULL, &flag)) > > + resolve_ref_unsafe("HEAD", 0, NULL, &flag)) > > This line is changing only the indentation whitespace? > Would it make sense to have it in the previous patch? Correct. I will fix this before sending the next iteration, Dscho