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
First off, thanks for providing this really great library, it really works like a charm. I was looking for a way to create a graph (https://github.com/clue/graph) including all branch labels from my commit history and stumbled upon a couple of issues using this library.
It would be nice if branch labels would be exposed via Commit::getRefs(). Using git log --decorate=full includes all local and remote branches and tag names in the commit log, so that's probably a good start.
The text was updated successfully, but these errors were encountered:
First off, thanks for providing this really great library, it really works like a charm. I was looking for a way to create a graph (https://github.com/clue/graph) including all branch labels from my commit history and stumbled upon a couple of issues using this library.
It would be nice if branch labels would be exposed via
Commit::getRefs()
. Usinggit log --decorate=full
includes all local and remote branches and tag names in the commit log, so that's probably a good start.The text was updated successfully, but these errors were encountered: