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

Pull Requests: show command line instructions closer to chosen merge style #22542

Closed
wants to merge 3 commits into from

Commits on Jan 18, 2023

  1. Pull Requests: show command line instructions closer to chosen merge …

    …style
    
    Only matches the default command though, does not manually update if you switch.
    But for Blender we will likely have only one option anyway.
    brechtvl committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    e3bb55e View commit details
    Browse the repository at this point in the history
  2. Pull Requests: auto add # to commit message on rebase

    If the # is not already mentioned somewhere in the commit message, the
    following is added at the end of the commit message:
    
    Pull Request go-gitea#123
    
    To be upstreamable, this should at least be made optional behavior if it is
    considered a good feature to have at all. It also only changes the last commit
    in the stack which is not ideal.
    brechtvl committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    50ef1e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. placate lint

    techknowlogick committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7c05930 View commit details
    Browse the repository at this point in the history