Tags: azuk/magit
Tags
Don't duplicate commit messages when applying commits Either commit 9a09235 didn't consider that also magit-apply-commit appended commit or revert message into the log edit buffer or perhaps cherry-pick and revert with --no-commit didn't leave .git/MERGE_MSG behind with older git versions? Either way, relying solely on .git/MERGE_MSG seems like the way to go; not only we avoid message duplicates but while log edit buffer is lost if magit-log-edit-cancel-log-message is used or Emacs is restarted, for example, .git/MERGE_MSG stays.
Don't duplicate commit messages when applying commits Either commit 9a09235 didn't consider that also magit-apply-commit appended commit or revert message into the log edit buffer or perhaps cherry-pick and revert with --no-commit didn't leave .git/MERGE_MSG behind with older git versions? Either way, relying solely on .git/MERGE_MSG seems like the way to go; not only we avoid message duplicates but while log edit buffer is lost if magit-log-edit-cancel-log-message is used or Emacs is restarted, for example, .git/MERGE_MSG stays.
PreviousNext