Hi,
On Wed, 8 Aug 2018, Pratik Karki wrote:
> diff --git a/builtin/rebase.c b/builtin/rebase.c
> index 42ee040da3..fd9ad8efae 100644
> --- a/builtin/rebase.c
> +++ b/builtin/rebase.c
> @@ -588,6 +607,8 @@ int cmd_rebase(int argc, const char **argv, const char
> *prefix)
> &options.allow_rerere_autoupdate,
> N_("allow rerere to update index with resolved "
> "conflict")),
> + OPT_BOOL(0, "keep-empty", &options.keep_empty,
> + N_("preserve empty commits during rebase")),
> OPT_END(),
This forgets the short option `-k`, I just noticed. I then looked at the
rest of the options, and they seem not to forget the short option
anywhere.
I will fix this before sending v2.
Ciao,
Dscho