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

Staging support #44

Merged
merged 4 commits into from
Aug 5, 2022
Merged

Staging support #44

merged 4 commits into from
Aug 5, 2022

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    1d7f4f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c5787 View commit details
    Browse the repository at this point in the history
  3. Make sure staging actually works

    The stage hotkey used to only set 'commit' option which was never
    consulted, so the stage function was never called.
    
    The stage function used to call git add with -N which only created
    and entry in the index but didn’t stage the file itself.
    
    When hitting 's' in commit mode and 'c' in staging mode, ask for
    confirmation since it could be the user pressed the wrong key.
    
    Fixes: #41
    andrewshadura committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    dd97ae0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b73bce7 View commit details
    Browse the repository at this point in the history