Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline commit message #114

Merged
merged 1 commit into from
Jun 25, 2020

Commits on Jun 25, 2020

  1. Add support for external editor

    Adds support for editing commit messages in an external editor. It read the GIT_EDITOR, VISUAL, EDITOR environment variables in turn (in the same order git does natively) and tries to launch the specified editor. If no editor is found, it falls back to "vi" (same as git). If vi is not available, it will fail with a message.
    jonstodle committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    50b0222 View commit details
    Browse the repository at this point in the history