Skip to content

Commit 180b383

Browse files
committed
Merge 'built-in-stash-rebase-fixes-extra'
Ramsay pointed this out, but not in the email thread of the patches themselves, so I had missed this earlier. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents f86e9af + 6bc7024 commit 180b383

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
@@ -1035,7 +1035,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
10351035
PARSE_OPT_OPTARG, NULL, (intptr_t) "" },
10361036
OPT_STRING_LIST(0, "whitespace", &whitespace,
10371037
N_("whitespace"), N_("passed to 'git apply'")),
1038-
OPT_SET_INT('C', 0, &opt_c, N_("passed to 'git apply'"),
1038+
OPT_SET_INT('C', NULL, &opt_c, N_("passed to 'git apply'"),
10391039
REBASE_AM),
10401040
OPT_BOOL(0, "autostash", &options.autostash,
10411041
N_("automatically stash/stash pop before and after")),

0 commit comments

Comments
 (0)