From: Johan Herland <johan@herland.net>
To: Norbert Kiesel <nkiesel@gmail.com>
Cc: Git mailing list <git@vger.kernel.org>
Subject: Re: config for `format-patch --notes`?
Date: Thu, 22 Dec 2016 01:00:21 +0100 [thread overview]
Message-ID: <CALKQrgekuu4d5EFLpT=sH+qCJSJdb9O0Zttw348UXffGDuwFzQ@mail.gmail.com> (raw)
In-Reply-To: <CAM+g_NtsSaiZdy2Pq0gR9AaO6xiNnGSUbj5yd-uW3S80roEGCg@mail.gmail.com>
On Wed, Dec 21, 2016 at 1:18 AM, Norbert Kiesel <nkiesel@gmail.com> wrote:
> Hi,
>
> I use `git format-patch master..myBranch` quite a bit to send patches
> to other developers. I also add notes to the commits
> so that I e.g. remember which patches were emailed to whom. `git log`
> has an option to automatically include the notes in
> the output. However, I can't find such an option for `git
> format-patch`. Am I missing something?
I assume you mean _config_ option here (format-patch has had a --notes
command-line option since v1.8.1). AFAICS, there's no config option
that corresponds to the format-patch --notes command-line option.
You can easily alias or script your way around this, e.g.:
git config alias.fp 'format-patch --notes'
This creates a 'git fp' command that does what you want, I believe.
Alternatively, if you need more control/automation of the resulting
patches, you can write a script to edit the output files from
format-patch. Currently, I don't believe there is any format-patch
hook available to automatically trigger such a script, but, again,
that can be achieved with an alias.
If you believe a config option would be a useful addition for more
users than yourself, I am sure the community welcomes patches adding
a format.notes config option.
> Another nice option would to to somehow include the branch name in the
> resulting output. Right now I use either notes
> or abuse the `--subject` option for this.
From git-config(1):
branch.<name>.description
Branch description, can be edited with git branch
--edit-description. Branch description is automatically added
in the format-patch cover letter or request-pull summary.
...Johan
--
Johan Herland, <johan@herland.net>
www.herland.net
next prev parent reply other threads:[~2016-12-22 0:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-21 0:18 config for `format-patch --notes`? Norbert Kiesel
2016-12-22 0:00 ` Johan Herland [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-22 7:08 Norbert Kiesel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CALKQrgekuu4d5EFLpT=sH+qCJSJdb9O0Zttw348UXffGDuwFzQ@mail.gmail.com' \
--to=johan@herland.net \
--cc=git@vger.kernel.org \
--cc=nkiesel@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).