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

git cherry-menu: allow blacklist edit if patch-id changed after cherry-pick #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 27, 2014

  1. git cherry-menu: allow blacklist edit if patch-id changed after cherr…

    …y-pick
    
    Normally we would only blacklist the upstream branch we're working on if
    patch-id changed after a successful cherry-pick. Thus we can still port
    the patch to other branch in the future.
    ningjiang committed Feb 27, 2014
    Configuration menu
    Copy the full SHA
    56069e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2014

  1. git cherry-menu: remove safe_run for git show --notes cmd

    "git show --notes" will return 141 when file contents are very long
    and you enter 'q' command.
    
    safe_run will fail because of it and will give the following error:
    git show --notes $sha1 failed! Aborting.
    
    Hence we couldn't use safe_run for this command.
    ningjiang committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    d266825 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

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