Skip to content

Commit beb635c

Browse files
apkgitster
authored andcommitted
commit: remove 'Clever' message for --only --amend
The behavior is now documented; more importantly, rewarding the user with a "Wow, you are clever" praise afterwards is not an effective way to advertise the feature--at that point the user already knows. Signed-off-by: Andreas Krey <a.krey@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 319d835 commit beb635c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

builtin/commit.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,8 +1203,6 @@ static int parse_and_validate_options(int argc, const char *argv[],
12031203
die(_("Only one of --include/--only/--all/--interactive/--patch can be used."));
12041204
if (argc == 0 && (also || (only && !amend && !allow_empty)))
12051205
die(_("No paths with --include/--only does not make sense."));
1206-
if (argc == 0 && only && amend)
1207-
only_include_assumed = _("Clever... amending the last one with dirty index.");
12081206
if (argc > 0 && !also && !only)
12091207
only_include_assumed = _("Explicit paths specified without -i or -o; assuming --only paths...");
12101208
if (!cleanup_arg || !strcmp(cleanup_arg, "default"))

0 commit comments

Comments
 (0)