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

Merge message template support for rebase without merge commit #22669

Merged
merged 10 commits into from
May 22, 2023

Commits on Jan 30, 2023

  1. Merge message template support for rebase without merge commit

    Use `default_merge_message/REBASE_TEMPLATE.md` for amending the message of the
    last commit in the list of commits that was merged. Previously this template
    was mentioned in the documentation but not actually used.
    
    In this template additional variables `CommitTitle` and `CommitBody` are
    available, for the title and body of every commit.
    
    Ideally the message of every commit would be updated using the template, but
    doing an interactive rebase or merging commits one by one is complicated, so
    that is left as a future improvement.
    brechtvl committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9353722 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

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

Commits on Mar 7, 2023

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

Commits on Mar 24, 2023

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

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    0b1863f View commit details
    Browse the repository at this point in the history
  2. Address comments

    brechtvl committed May 21, 2023
    Configuration menu
    Copy the full SHA
    6b8a3bc View commit details
    Browse the repository at this point in the history
  3. Address comments

    brechtvl committed May 21, 2023
    Configuration menu
    Copy the full SHA
    d068674 View commit details
    Browse the repository at this point in the history
  4. Use RunStdString

    brechtvl committed May 21, 2023
    Configuration menu
    Copy the full SHA
    d7c44f7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    bd790ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20e275d View commit details
    Browse the repository at this point in the history