All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: "Roman V. Shaposhnik" <rvs@sun.com>
Cc: git <git@vger.kernel.org>
Subject: Re: Questions on patch lifecycle
Date: Tue, 22 Apr 2008 00:47:35 -0700	[thread overview]
Message-ID: <7vve2a2uw8.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <1208837481.26863.374.camel@goose.sun.com> (Roman V. Shaposhnik's message of "Mon, 21 Apr 2008 21:11:21 -0700")

"Roman V. Shaposhnik" <rvs@sun.com> writes:

> Anyway, here are the questions:
>
>    0. Junio, are you the only Git maintainer or are there others
>    responsible for particular subsystems of Git?

I delegate some parts of the git.git tree to others to different degrees,
but the overall idea is this.

I do not do this as a full time job (is there a big pocket Open Source
company who wants to buy bragging rights to say "we support git" by
employing me and letting me do git and nothing else? ;-).

There are many occasions that I would say "I do not see this patch helping
my use of git personally, neither I see how this would help people. I
might find a valid use case for some workflows other people may use _if_ I
think about it long enough, but I am pressed on time, so I'll pass and see
what others on the list say".

"What others on the list say" does not mean simply majority for several
reasons.  Judgement of some people I trust more than others, simply
because I worked with them longer and know their strength and weakness
well, but more importantly, a single convincing argument explaining why it
is a bad (or good) idea clearly far outweighs a dozen mee-too's that
without stating their reasoning well enough to make people with other
opinions reconsider their positions.

The strongest trust comes from trees I pull from others, such as gitk and
git-gui.  Unless I have a very strong reason to judge their newly added
history as a crap that needs to be rebuilt (luckily which never happened
as far as I recall so far), I honor the subsystem maintainer's
judgements.  The same applies to various pieces and people, such as Eric
on git-svn, Nico on pack generation, etc (see "A note from the
maintainer").

>    1. What's the official way of submitting a patch?  Is
>    git-send-email(1) to this mailing list good enough? Does a submitter
>    have to have a public tree that maintainer(s) can pull from?

Currently a review on the list is considered mandatory, even if you
maintain a clean history people (not limited to me) can pull from.

My preference of the patch flow is that the initial round of the series
(unless it is unarguably correct bugfix and/or a pure enhancement that is
unarguably a good thing to do --- the latter is almost never true, though)
is sent to the list, with people who have been involved in the part of the
system in the past CC'ed, and after some discussion and improvements if
and when the list reaches concensus that it is a good thing to do, a final
submission is made To: me with list CC'ed.

>    2. Once the patch is submitted how does the author get notified
>    whether it is accepted, rejected or needs additional work.

You forgot two more important cases.  "Nobody seemed to be interested in
it." and "Objections and/or improvement suggestions have been raised".

I try to send a single-liner "applied" message (often off-list) to the
submitter but again I am not doing this full-time, so I often omit this
when I know I am soon going to send out "What's cooking".

Objections and suggestions can come from me or more often from list
members.  That's review process.  I may or may not pick it up while a such
patch is "in flight".

> What's confusing to me with Git, are the examples like some patches from
> Ping Yin not receiving any public acknowledgment at all and some of the
> patches from other submitters (Dmitry Potapov) getting sort of lost.

Patches that do get negative reviews and left as initially posted without
improvement tend to get dropped, but obviously good ones can also get lost
when there is not much interest from the list.  Be persistent and patient.

I still remember that it took me more than half a dozen tries to get
format-patch in when Linus was running the show ;-)

      parent reply	other threads:[~2008-04-22  7:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-22  4:11 Questions on patch lifecycle Roman V. Shaposhnik
2008-04-22  4:43 ` Shawn O. Pearce
2008-04-22  6:30   ` Paolo Bonzini
2008-04-22  7:47 ` Junio C Hamano [this message]

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=7vve2a2uw8.fsf@gitster.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=rvs@sun.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.