You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This let-binding doesn't fall back nicely to the git revision if we're in detached HEAD but still prefering the symbolic name when available.
It would be better to try and get the git revision when vc-git-symbolic-ref returns nil, or maybe change the name of the variable to explicitely tell that "prefer" is actually "force-or-nil".
The text was updated successfully, but these errors were encountered:
Thanks for the package :)
This let-binding doesn't fall back nicely to the git revision if we're in detached HEAD but still prefering the symbolic name when available.
It would be better to try and get the git revision when
vc-git-symbolic-ref
returns nil, or maybe change the name of the variable to explicitely tell that "prefer" is actually "force-or-nil".The text was updated successfully, but these errors were encountered: