[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH Hurd]: adding a missing comment
From: |
Joshua Branson |
Subject: |
Re: [PATCH Hurd]: adding a missing comment |
Date: |
Thu, 24 Oct 2024 12:30:34 -0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Samuel Thibault <samuel.thibault@gnu.org> writes:
> Hello,
>
> Thanks for the patch, I have applied it.
>
> Please send your mails as text only, otherwise `git am` is disturbed and
> puts the html version in the commit log...
>
> Samuel
Zhaoming, if you have never used git send-email, then I recommend it!
This is a short guide that will walk you through how to use it.
https://git-send-email.io/
I personally really like using Emacs' magit mode. It makes messing
around with git things super easy! Re-order commits, easily reword
commit messages, commit a change to an old commit that I made, combine
commits, etc. In my humble opinion, it's one of the easiest ways to
work with git.
I personally create patches with magit: "W c". It lets me create a
subject line and output said patches to the $hurd-src/patches directory
(sometimes I have to create said directory).
Then it's as simple as
$ cd $hurd-src/patches
$ git send-email --to=bug-hurd@gnu.org .
--
Joshua Branson
Sent from the Hurd