aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/change.go
Commit message (Collapse)AuthorAgeFilesLines
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* plumbing/object: move difftree to object packageAntonio Jesus Navarro Perez2017-02-241-0/+120
- To avoid ciclic dependency errors, we move all the difftree files to object package. - Added Diff method to Tree object.