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

[Outreachy][RFC/PATCH] notes: teach the -e option to edit messages in editor #1817

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. notes: teach the -e option to edit messages in editor

    Notes can be added to a commit using the -m (message),
    -C (copy a note from a blob object) or
    -F (read the note from a file) options.
    When these options are used, Git does not open an editor,
    it simply takes the content provided via these options and
    attaches it to the commit as a note.
    
    Improve flexibility to fine-tune the note before finalizing it
    by allowing the messages to be prefilled in the editor and editted
    after the messages have been provided through -[mF].
    
    Signed-off-by: Abraham Samuel Adekunle <[email protected]>
    devdekunle committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    61a6d2d View commit details
    Browse the repository at this point in the history