drone/internal/gitrpc
Johannes Batzill e423ffda3c Fix Default Branch Creation (#37)
While the HEAD is pointed to the correct branch (might not exist), we created the initial files during repo creation still on the master branch (as it's an empty repo and clone by default sets up master when cloning an empty repo)
2022-10-17 19:09:46 -07:00
..
lock Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
proto Add GetContent and ListCommits APIs, Fix DefaultBranch support (#32) 2022-10-17 00:14:31 -07:00
rpc Remove types dependency from gitrpc package, add back commits/content api (#36) 2022-10-17 17:12:52 -07:00
client.go Add GetContent and ListCommits APIs, Fix DefaultBranch support (#32) 2022-10-17 00:14:31 -07:00
config.go Remove types dependency from gitrpc package, add back commits/content api (#36) 2022-10-17 17:12:52 -07:00
gitea.go Fix Default Branch Creation (#37) 2022-10-17 19:09:46 -07:00
interface.go Fix Default Branch Creation (#37) 2022-10-17 19:09:46 -07:00
local.go Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
repoService.go Fix Default Branch Creation (#37) 2022-10-17 19:09:46 -07:00
server.go Add GetContent and ListCommits APIs, Fix DefaultBranch support (#32) 2022-10-17 00:14:31 -07:00
types.go Add GetContent and ListCommits APIs, Fix DefaultBranch support (#32) 2022-10-17 00:14:31 -07:00
wire.go Remove types dependency from gitrpc package, add back commits/content api (#36) 2022-10-17 17:12:52 -07:00