On Mon, 21 Oct 2024, 20:53 Taylor Blau, <me@xxxxxxxxxxxx> wrote: > > On Mon, Oct 21, 2024 at 06:12:20PM +0000, Samuel Adekunle Abraham via GitGitGadget wrote: > > From: Abraham Samuel Adekunle <abrahamadekunle50@xxxxxxxxx> > > > > Notes can be added to a commit using: > > - "-m" to provide a message on the command line. > > - -C to copy a note from a blob object. > > - -F to read the note from a file. > > 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 edited > > after the messages have been provided through -[mF]. > > > > Signed-off-by: Abraham Samuel Adekunle <abrahamadekunle50@xxxxxxxxx> > > Thanks, will queue. > Thank you, Taylor, my Outreachy mentors Patrick and Phillip, Junio, and all the maintainers for your time and patience in reviewing my patches. It has been a good learning period. Thanks once again. Abraham Samuel > > Thanks, > Taylor