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

make diff of blob to blob in repository.diff work #508

Merged
merged 2 commits into from
Apr 3, 2015

Conversation

spderosso
Copy link
Contributor

I usually do blob1.diff(blob2) but I ran into this the other day and I figured I might as well just fix it. That said, it's not clear to me it's a good idea to have two different ways of doing (what seems to be) the same thing (i.e., blob1.diff(blob2) and repo.diff(blob1, blob2)) but I leave that up to you. (The other alternative is to have repo.diff be only for showing changes between WT, index, and head)

@spderosso spderosso changed the title bug fix in repository.diff make diff of blob to blob in repository.diff work Mar 31, 2015
@jdavid jdavid merged commit 08f2956 into libgit2:master Apr 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants