Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #36
- Loading branch information