Skip to content

How to implement "git log" command with its various options? #121

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

Closed
AvadootNachankar opened this issue Sep 19, 2013 · 1 comment
Closed

Comments

@AvadootNachankar
Copy link

Such as
git log -p
git log --pretty....
git log --pretty... --graph

@Byron
Copy link
Member

Byron commented Nov 19, 2014

Repo('.').git.log(pretty=True)
Any git command can be called that way, which leaves the parsing of the output to the caller.

@Byron Byron closed this as completed Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants