Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Commit::getRefs() (for Commits returned from Repository::getLog()) #22

Open
clue opened this issue Jun 5, 2013 · 1 comment
Open
Labels

Comments

@clue
Copy link

clue commented Jun 5, 2013

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.

@matteosister
Copy link
Owner

many thanks! ☺️
--decorate=full is really great. I'm gonna dig into it ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants