aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/tree_test.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883James Ravn2018-07-101-0/+6
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* plumbing/object: add test for finding tree entryferhat elmas2017-11-221-0/+37
* plumbing: use `seen` map in tree walkerJeremy Stribling2017-08-271-3/+29
* plumbing: object, public Tree.FindEntry and minor diff changesMáximo Cuadros2017-04-111-0/+6
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-4/+4
* replace os.FileMode use with filemode.FileModeAlberto Cortés2017-03-011-166/+167
* *: update tests to meet new submodule fixtureMáximo Cuadros2017-02-211-2/+3
* documentation and API improvementsMáximo Cuadros2017-02-211-1/+4
* plumbing/object: allow TreeIter return SubModule entriesMáximo Cuadros2017-02-131-0/+38
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-2/+2
* object: modes in TreeEntry as os.FileMode, and not the git internalMáximo Cuadros2017-01-281-143/+143
* adds Tree method to Tree (#224)Alberto Cortés2017-01-261-0/+34
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-0/+1425