Add DiffStats #525

Merged
merged 1 commit into from Apr 29, 2015

Conversation

Projects
None yet
2 participants
Owner

carlosmn commented Apr 28, 2015

This wraps git_diff_stats and can be retrieved through a Diff. It
includes a formatting method.

I wasn't quite sure what to call the formatting function. It's called _to_buf() in C but the type is irrelevant in python, and something like to_string() didn't seem to fit as it takes options.

Owner

carlosmn commented Apr 28, 2015

Oh, that python 3, I seem to forget how to create strings each time.

Add DiffStats
This wraps git_diff_stats and can be retrieved through a Diff. It
includes a formatting method.

@jdavid jdavid merged commit 42d81e3 into libgit2:master Apr 29, 2015

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@carlosmn carlosmn deleted the carlosmn:diff-stats branch Apr 30, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment