Skip to content

Commit 0bccc7f

Browse files
dschojamill
authored andcommitted
Merge branch 'fixups'
A couple of fixes that should be squashed during the next merging rebase of Git for Windows. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 5aea1f3 + 774a0ca commit 0bccc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/rebase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
10251025
&options.allow_rerere_autoupdate,
10261026
N_("allow rerere to update index with resolved "
10271027
"conflict")),
1028-
OPT_BOOL(0, "keep-empty", &options.keep_empty,
1028+
OPT_BOOL('k', "keep-empty", &options.keep_empty,
10291029
N_("preserve empty commits during rebase")),
10301030
OPT_BOOL(0, "autosquash", &options.autosquash,
10311031
N_("move commits that begin with "

0 commit comments

Comments
 (0)