Closed sshaw closed 3 months ago
If we have no branch and git-link-use-commit is nil we'll get an empty path segment, e.g., path//foo. Under these circumstances we should should signal a "cannot figure out what to link to" error and not return a link.
git-link-use-commit
nil
path//foo
Related to #14 and fixed by #127
If we have no branch and
git-link-use-commit
isnil
we'll get an empty path segment, e.g.,path//foo
. Under these circumstances we should should signal a "cannot figure out what to link to" error and not return a link.