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

feature: accept hunks and stage selected changes on git... #350

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

Commits on Nov 17, 2022

  1. feature: accept hunks and stage selected changes on git...

    using the -review we can interactively select
    which changes we will accept.
    
    a new option is added to allow users to accept
    the patch and also automatically stage the changes
    (currently only git is supported).
    diasbruno committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c8e9929 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. feature: check if file is already on git repository...

    when applying to the stage area, if the file
    is not already commited on the repository
    the patch will fail.
    
    we show the option only if the file
    is already commited.
    diasbruno committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    28e0a69 View commit details
    Browse the repository at this point in the history