From: Joe Perches <joe@perches.com>
To: Florian Mickler <florian@mickler.org>
Cc: linux-kernel@vger.kernel.org,
"Eric W. Biederman" <ebiederm@xmission.com>,
Andrew Morton <akpm@linux-foundation.org>,
Wolfram Sang <w.sang@pengutronix.de>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Stephen Hemminger <shemminger@vyatta.com>,
Stefan Richter <stefanr@s5r6.in-berlin.de>,
Greg KH <greg@kroah.com>
Subject: Re: [RFC PATCH] scripts/get_maintainer.pl: add interactive mode
Date: Mon, 20 Sep 2010 23:12:13 -0700 [thread overview]
Message-ID: <1285049533.25988.173.camel@Joe-Laptop> (raw)
In-Reply-To: <20100921073140.32060603@schatten.dmk.lab>
On Tue, 2010-09-21 at 07:31 +0200, Florian Mickler wrote:
> On Mon, 20 Sep 2010 17:38:52 -0700
> Joe Perches <joe@perches.com> wrote:
> > > > Because git history is now not searched by default
> > > > when there is a named maintainer, there are no
> > > > commit signers.
> > > Don't know if this is intuitive. If there is the possibility to have
> > > them shown but not selected, that would be ideal as it relieves the
> > > user from pressing extra keys while still having a sane behaviour.
> > Use a command line option: --git.
> > All command line options apply to create the initial list of
> > displayed names.
> > Or add code to set
> > $git-fallback = 1 if $interactive;
> Are you opposed to that second solution?
Not at all.
I'd prefer to default select all returned entries though.
Maybe add some key to deselect the non-maintainer
git added entries.
> > $ git log --since=1-year-ago | grep -i "by:.*@" | \
> > cut -f1 -d":" | sort -i | uniq -ci | sort -rn | head -10
> > 83413 Signed-off-by
> > 6544 Acked-by
> > 2022 Reviewed-by
> > 1691 Reported-by
> > 1065 Tested-by
> > 111 Reported-and-tested-by
> > 83 Suggested-by
> > 31 Requested-by
> > 28 Signed-off-by
> > 26 Fixed-by
> That's just sad. At least there are more Reviewed-By then Reported-By.
> I don't think this actually represents reality of the
> development process.
I think most all reviewers don't add reviewed-by acks
and most submitters don't collect them.
> > > That should just be $$bool_ref = !$$bool_ref (and probably not a
> > > function)
> > I think it needs to be a function.
> > I want a 0 or 1, not "" or 1.
> Sorry, I didn't look at the use of that. What about
> $bool = (1 - !!$bool)
> then? (if $bool is always 1 or 0, you can drop the double negation in
> front of it)
<shrug> Sure. I don't care which is used.
next prev parent reply other threads:[~2010-09-21 6:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-15 12:13 [PATCH rfc] scripts/get_maintainer.pl: add interactive mode florian
2010-09-15 13:43 ` [v2 PATCH " florian
2010-09-15 15:16 ` [PATCH RFC v3] " florian
2010-09-15 15:35 ` Joe Perches
2010-09-20 19:43 ` [RFC PATCH] " Joe Perches
2010-09-20 21:53 ` Florian Mickler
2010-09-20 22:27 ` [PATCH] scripts/get_maintainer.pl: fix .mailmap handling florian
2010-09-20 22:35 ` florian
2010-09-21 0:14 ` Joe Perches
2010-09-21 4:59 ` Florian Mickler
2010-09-21 5:20 ` Joe Perches
2010-09-21 6:23 ` Florian Mickler
2010-09-21 0:38 ` [RFC PATCH] scripts/get_maintainer.pl: add interactive mode Joe Perches
2010-09-21 5:31 ` Florian Mickler
2010-09-21 6:12 ` Joe Perches [this message]
2010-09-21 6:30 ` [PATCH v2] scripts/get_maintainer.pl: fix mailmap handling florian
2010-09-15 15:27 ` [v2 PATCH rfc] scripts/get_maintainer.pl: add interactive mode Joe Perches
2010-09-16 8:30 ` Florian Mickler
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=1285049533.25988.173.camel@Joe-Laptop \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=ebiederm@xmission.com \
--cc=florian@mickler.org \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=shemminger@vyatta.com \
--cc=stefanr@s5r6.in-berlin.de \
--cc=w.sang@pengutronix.de \
/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