You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lauris BH 08bf443016 Implement git refs API for listing references (branches, tags and other) (#5354)
* Inital routes to git refs api

* Git refs API implementation

* Update swagger

* Fix copyright

* Make swagger happy add basic test

* Fix test

* Fix test again :)
6 years ago
..
cache Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
filemode Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
format Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
object Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
protocol/packp Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
revlist Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
storer Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
transport Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
error.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
hash.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
memory.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
object.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
reference.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
revision.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago