Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add DiffStats #525
+198
−0
Conversation
|
Oh, that python 3, I seem to forget how to create strings each time. |
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
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
carlosmn commentedApr 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 liketo_string()didn't seem to fit as it takes options.