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

Support line ranges for commit URLs #37

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

Commits on Apr 7, 2021

  1. Support line anchors for commit URLs

    Anchor format is:
    
       #diff-<SHA256 of path>[[L|R]<start line number>[-[L|R]<end line number>]]
    
    With L line number is relative to the '---' side, and R to the '+++'
    side of the diff.  Path of the '+++' side used when it exists, otherwise
    path of the '---' side (for removals).
    
    Closes tpope#36
    odnoletkov committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4769400 View commit details
    Browse the repository at this point in the history