forgejo/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
..
blob.go
command.go
commit.go
commit_archive.go
commit_info.go
doc.go
error.go
git.go
hook.go
LICENSE
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
repo_blob.go
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
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 update code.gitea.io/git (#450) 2016-12-22 10:30:52 +01:00
sha1.go
signature.go
submodule.go
tag.go
tree.go
tree_blob.go
tree_entry.go
utils.go