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
It seems that this utility does not work when the repository is in detached HEAD state.
Running:
git checkout @~0
git hours
Results in:
Error: Reference 'refs/remotes/(HEAD/HEAD' not found
at Error (native)
This is the reason why Travis CI builds fail with Uncaught SyntaxError: Unexpected end of input, which you reported in travis-ci/travis-ci#2493 and this can be confirmed by printing out stderror in any of the tests (the above error is displayed).
The text was updated successfully, but these errors were encountered:
mrPjer
added a commit
to mrPjer/git-hours
that referenced
this issue
Feb 8, 2016
This should be more robust than using scripts and it also works when the
repository is in detached HEAD state.
The repository references are explicitly filtered to return only local
branches.
This fixeskimmobrunfeldt#18.
mrPjer
added a commit
to mrPjer/git-hours
that referenced
this issue
Feb 8, 2016
This should be more robust than using scripts and it also works when the
repository is in detached HEAD state.
The repository references are explicitly filtered to return only local
branches.
This fixeskimmobrunfeldt#18.
It seems that this utility does not work when the repository is in detached HEAD state.
Running:
Results in:
This is the reason why Travis CI builds fail with
Uncaught SyntaxError: Unexpected end of input
, which you reported in travis-ci/travis-ci#2493 and this can be confirmed by printing out stderror in any of the tests (the above error is displayed).The text was updated successfully, but these errors were encountered: