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
Git::GitExecuteError (git '--git-dir=.../.git' '--work-tree=...' '-c' 'color.ui=false' cat-file 'commit' '(HEAD detached at ...)' 2>&1:fatal: Not a valid object name (HEAD detached at ...))
The text was updated successfully, but these errors were encountered:
Subject of the issue
HEAD detached...
shows as a local branch (ing.branches.local
)Your environment
Steps to reproduce
Git.open('.').branches.local.map(&:gcommit).map &:message
Expected behaviour
list commit messages of local branches
Actual behaviour
Git::GitExecuteError (git '--git-dir=.../.git' '--work-tree=...' '-c' 'color.ui=false' cat-file 'commit' '(HEAD detached at ...)' 2>&1:fatal: Not a valid object name (HEAD detached at ...))
The text was updated successfully, but these errors were encountered: