summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/tree.go
Commit message (Collapse)AuthorAgeFilesLines
* Added docs for the tree api (#5835)kolaente2019-01-241-0/+24
| | | | | | | | | | | | * Added docs for the tree api * Updated swagger docs * Added missing response definition * Updated swagger docs * Fixed swagger docs
* Git-Trees API (#5403)Kasi Reddy2018-11-281-0/+92
* Git-Trees API * update vendor'd libs * added comments to exported function and formatted. * make fmt * update per @lafirks feedback