]> source.dussan.org Git - gitea.git/commit
Add Contributed backport command (#22643)
authorzeripath <art27@cantab.net>
Tue, 31 Jan 2023 22:10:54 +0000 (22:10 +0000)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 22:10:54 +0000 (22:10 +0000)
commitf1f0430f9fd731310713ad723bed9618bcd53cda
tree9dab2a38d43eae400828d0b2866c07fff5622534
parent519939fa8c325bf2112286a652fed3256051b260
Add Contributed backport command (#22643)

This PR provides a contributed backport command to help create backports
for Gitea.

It represents a significant improvement on my previously described
shell-script.

It can be installed using `go install contrib/backport/backport.go`.

Signed-off-by: Andrew Thornton <art27@cantab.net>
CONTRIBUTING.md
contrib/backport/README [new file with mode: 0644]
contrib/backport/backport.go [new file with mode: 0644]