Thread (4 messages) flat view 4 messages, 3 authors, 2021-12-06

Re: What's cooking in git.git (Nov 2021, #07; Mon, 29)

From: Aleen 徐沛文 <hidden>
Date: 2021-12-06 06:46:38

    case ERR_EMPTY_COMMIT:
        printf_ln(_("Patch is empty.\n"
                    "If you want to record it as an empty commit, run \"git am --allow-empty\"."));
	die_user_resolve(state);
Sorry for the missing "break" here.
    case DIE_EMPTY_COMMIT:
        am_destroy(state);
        die(_("Patch is empty."));
        break;
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help