Skip to content

Commit 5009dd4

Browse files
committed
Merge branch 'fz/rebase-msg-update'
Message update. * fz/rebase-msg-update: rebase: fix capitalisation autoSquash in i18n string
2 parents 4d87411 + f17a154 commit 5009dd4

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
@@ -1514,7 +1514,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
15141514
die(_("apply options and merge options "
15151515
"cannot be used together"));
15161516
else if (options.autosquash == -1 && options.config_autosquash == 1)
1517-
die(_("apply options are incompatible with rebase.autosquash. Consider adding --no-autosquash"));
1517+
die(_("apply options are incompatible with rebase.autoSquash. Consider adding --no-autosquash"));
15181518
else if (options.update_refs == -1 && options.config_update_refs == 1)
15191519
die(_("apply options are incompatible with rebase.updateRefs. Consider adding --no-update-refs"));
15201520
else

0 commit comments

Comments
 (0)