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
..
config Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
internal/revision Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
plumbing Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
storage Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
utils Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
LICENSE Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
blame.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
common.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
doc.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
object_walker.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
options.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
prune.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
references.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
remote.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
repository.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
status.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
submodule.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
worktree.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
worktree_bsd.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
worktree_commit.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
worktree_linux.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
worktree_status.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
worktree_unix_other.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
worktree_windows.go Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago