mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-05 17:40:24 -05:00
fixup! builtin rebase: support -C and --whitespace=<type>
The constant `0` is not the correct one for pointers. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -1035,7 +1035,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
|
||||
PARSE_OPT_OPTARG, NULL, (intptr_t) "" },
|
||||
OPT_STRING_LIST(0, "whitespace", &whitespace,
|
||||
N_("whitespace"), N_("passed to 'git apply'")),
|
||||
OPT_SET_INT('C', 0, &opt_c, N_("passed to 'git apply'"),
|
||||
OPT_SET_INT('C', NULL, &opt_c, N_("passed to 'git apply'"),
|
||||
REBASE_AM),
|
||||
OPT_BOOL(0, "autostash", &options.autostash,
|
||||
N_("automatically stash/stash pop before and after")),
|
||||
|
||||
Reference in New Issue
Block a user