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.
gitea/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 :)
6 years ago
..
LICENSE
blob.go
command.go Serve .patch for pull requests (#3305) 7 years ago
commit.go Add push webhook support for mirrored repositories (#4127) 7 years ago
commit_archive.go
commit_info.go
doc.go
error.go Symlink icons (#1416) (#3826) 7 years ago
git.go
hook.go
parse.go Update code.gitea.io/git (#3482) 7 years ago
ref.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
repo.go
repo_blame.go Migrate to dep (#3972) 7 years ago
repo_blob.go Add raw blob endpoint to get objects by SHA ID (#5334) 6 years ago
repo_branch.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
repo_commit.go Add push webhook support for mirrored repositories (#4127) 7 years ago
repo_hook.go
repo_object.go
repo_pull.go Serve .patch for pull requests (#3305) 7 years ago
repo_ref.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
repo_tag.go
repo_tree.go
sha1.go Symlink icons (#1416) (#3826) 7 years ago
signature.go
submodule.go
tag.go
tree.go Update code.gitea.io/git (#3482) 7 years ago
tree_blob.go
tree_entry.go Symlink icons (#1416) (#3826) 7 years ago
utils.go