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

Allow pasting commits multiple times #3983

Merged
merged 3 commits into from
Oct 13, 2024
Merged

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    59a937e View commit details
    Browse the repository at this point in the history
  2. Wrap an overly long line

    stefanhaller committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f473d23 View commit details
    Browse the repository at this point in the history
  3. Allow pasting commits more than once

    After pasting commits once, we hide the cherry-picking status (as if it had been
    reset), and no longer paint the copied commits with blue hashes; however, we
    still allow pasting them again. This can be useful e.g. to backport a bugfix to
    multiple major version release branches.
    stefanhaller committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8552340 View commit details
    Browse the repository at this point in the history