aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/change_adaptor.go
Commit message (Collapse)AuthorAgeFilesLines
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-2/+2
|
* examples,plumbing,utils: typo fixesferhat elmas2017-11-201-1/+1
|
* fix format string issues as found by go vetSantiago M. Mola2017-04-261-4/+5
|
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
| | | | 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/+60
- To avoid ciclic dependency errors, we move all the difftree files to object package. - Added Diff method to Tree object.