GitSavvy icon indicating copy to clipboard operation
GitSavvy copied to clipboard

Commit message drafts

Open tailsu opened this issue 8 years ago • 2 comments

Closing a COMMIT: buffer discards whatever was lovingly written inside without asking. Better would be to remember what was written therein across openings of this buffer, or, maybe, provide a command, like TortoiseGit, to access a list of "discarded" commit messages that can be inserted into the commit message.

tailsu avatar Feb 21 '17 18:02 tailsu

I had the same disappointed feeling in the past, thus my local settings include the following setting:

{
    "prompt_on_abort_commit": true
}

As a workaround, this should show a dialog, to avoid discarding a commit message by mistake.

Though I like the suggested TortoiseGit feature, to access a list of "discarded" commit messages!

asfaltboy avatar Mar 09 '17 10:03 asfaltboy

Maybe we should set the default value of prompt_on_abort_commit to true?

randy3k avatar Jul 12 '18 21:07 randy3k