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

fix(cli): determine correct location of COMMIT_EDITMSG #737

Merged
merged 1 commit into from Aug 21, 2020
Merged

fix(cli): determine correct location of COMMIT_EDITMSG #737

merged 1 commit into from Aug 21, 2020

Commits on May 13, 2020

  1. fix(cli): determine correct location of COMMIT_EDITMSG

    If using git working trees, then `.git` is a file and not a directory: This file references its own
    git directory within the main working tree. `$ git rev-parse --git-dir` will always return the
    directory where the `COMMIT_EDITMSG` file should be placed.
    wkunert committed May 13, 2020
    Copy the full SHA
    0e3c11b View commit details
    Browse the repository at this point in the history