Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Contributed backport command #22643

Merged
merged 16 commits into from
Jan 31, 2023

Commits on Jan 28, 2023

  1. Add Contributed backport command

    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>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    cdc926a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42444d3 View commit details
    Browse the repository at this point in the history
  3. Update contrib/backport/README

    Co-authored-by: Yarden Shoham <hrsi88@gmail.com>
    zeripath and yardenshoham authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    c562dca View commit details
    Browse the repository at this point in the history
  4. fix bug

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a391851 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'zeripath/add-backport-contrib-command' …

    …into add-backport-contrib-command
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    314bdc9 View commit details
    Browse the repository at this point in the history
  6. local-remote releasebranches

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    76083f3 View commit details
    Browse the repository at this point in the history
  7. clarify variable names

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    2794956 View commit details
    Browse the repository at this point in the history
  8. use-yaml.v3

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    800c1e0 View commit details
    Browse the repository at this point in the history
  9. minor adjustments

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f58b9b9 View commit details
    Browse the repository at this point in the history
  10. more minor changes

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    99d6bc0 View commit details
    Browse the repository at this point in the history
  11. clarify release branch

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    e03872b View commit details
    Browse the repository at this point in the history
  12. more readme changes

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    1800dac View commit details
    Browse the repository at this point in the history
  13. no-amend-message instead

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    f4bd4ba View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    5d30140 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    26f7748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    344908b View commit details
    Browse the repository at this point in the history