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

Include git notes in commit buffers #1406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Nov 26, 2019

  1. Include git notes in commit buffers

    Issue tpope#912
    
    Add any existing git notes into commit views, between the commit message
    and the patch itself.  This is similar to what "git show" does, albeit
    without any indent.
    
    This should work for older versions of git, without the notes feature,
    provided that the '%N' directive is passed through as-is.
    a-m-s committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    f5a2eec View commit details
    Browse the repository at this point in the history