itdoxy-lab/vendor/code.gitea.io/git
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 :)
2018-11-27 16:52:20 -05:00
..
LICENSE
blob.go
command.go
commit.go Add push webhook support for mirrored repositories (#4127) 2018-09-06 22:06:09 -04:00
commit_archive.go
commit_info.go
doc.go
error.go
git.go
hook.go
parse.go
ref.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
repo.go
repo_blame.go Migrate to dep (#3972) 2018-05-21 15:34:20 +03:00
repo_blob.go Add raw blob endpoint to get objects by SHA ID (#5334) 2018-11-18 13:45:40 -05:00
repo_branch.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
repo_commit.go Add push webhook support for mirrored repositories (#4127) 2018-09-06 22:06:09 -04:00
repo_hook.go
repo_object.go
repo_pull.go
repo_ref.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
repo_tag.go
repo_tree.go
sha1.go
signature.go
submodule.go
tag.go
tree.go
tree_blob.go
tree_entry.go
utils.go