git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Are there any publicly known funders (companies or otherwise) of git development?
@ 2021-03-19 19:31 Christian Chavez
  2021-03-19 21:02 ` brian m. carlson
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Chavez @ 2021-03-19 19:31 UTC (permalink / raw)
  To: git

Hi!

Idle curiosity question - stemming from an argument with somewhat
inebriated co-worker(s):
> How is the Git development (being an open-source product) pro bono? Done for free?

Or is there any (publically known - not just an employee "randomly"
being told to upstream a bugfix) funded effort?
Such as with the Linux kernel project - where companies/organizations
put up money for X amount of time/efforts/projects?


--
Med vennlig hilsen/Kind regards,
x10an14

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Are there any publicly known funders (companies or otherwise) of git development?
  2021-03-19 19:31 Are there any publicly known funders (companies or otherwise) of git development? Christian Chavez
@ 2021-03-19 21:02 ` brian m. carlson
  2021-03-22 11:54   ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: brian m. carlson @ 2021-03-19 21:02 UTC (permalink / raw)
  To: Christian Chavez; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 2268 bytes --]

On 2021-03-19 at 19:31:56, Christian Chavez wrote:
> Hi!
> 
> Idle curiosity question - stemming from an argument with somewhat
> inebriated co-worker(s):
> > How is the Git development (being an open-source product) pro bono? Done for free?
> 
> Or is there any (publically known - not just an employee "randomly"
> being told to upstream a bugfix) funded effort?
> Such as with the Linux kernel project - where companies/organizations
> put up money for X amount of time/efforts/projects?

There are people in the Git development community who usually work on
Git most or full time as part of their role.  That doesn't mean those
patches immediately make it to the list (oftentimes they are tested and
deployed internally first), but they do generally work on Git most of
the time and their patches do eventually show up on the list.

There are also people who work on Git with their employer's 20% time.  I
believe we have several such contributors here in this case.

There are also people like me who usually contribute independently.  I
have sent patches upstream that directly benefit my employer by fixing a
direct need (in some cases written during work hours, in some cases not,
depending on my employer at the time), but the vast majority of my work
is independent and done on my own time.  There are others who just
contribute independently altogether because they enjoy it.

I would say that of the top 20 contributors historically, I know that 4
fit into the first category, 2 fit into the second category, and 3 more
have some other corporate affiliation known to me (but not into what
category they fall).  There are others who have more recent
contributions who are also known to send patches on behalf of their
employer.  I just don't know about the rest, mostly because it hasn't
come up in context and it's never been important to me.

There are some employers that are well known to employ people in the
first and second categories, as well as some that are known to have
staff that send patches on behalf of their employer.

Hopefully that answers your question reasonably well, even if it's a
little vague because I lack all the details.
-- 
brian m. carlson (he/him or they/them)
Houston, Texas, US

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Are there any publicly known funders (companies or otherwise) of git development?
  2021-03-19 21:02 ` brian m. carlson
@ 2021-03-22 11:54   ` Theodore Ts'o
  0 siblings, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2021-03-22 11:54 UTC (permalink / raw)
  To: brian m. carlson, Christian Chavez, git

On Fri, Mar 19, 2021 at 09:02:46PM +0000, brian m. carlson wrote:
> > 
> > Or is there any (publically known - not just an employee "randomly"
> > being told to upstream a bugfix) funded effort?
> > Such as with the Linux kernel project - where companies/organizations
> > put up money for X amount of time/efforts/projects?

There are cases where companies just "put up money", but that's
actually not all that common in the Linux kernel project.

The categorizations which Brian wrote below applies just as much to
the Linux kernel project and other major OSS projects.  Some people
are employed by some company to work 100% on a project; others work on
"20% time"; others are hobbists.

Of those work on OSS projects on corporate time, many are assigned to
a particular product (for example Android, SuSe Linux, etc.) and so
they work on features that benefit their company's product --- and
then they submit their patches to the OSS project so they don't have
to keep forward-porting features needed by their product to newer
versions of the kernel or other OSS project.  At least in the Linux
kernel world, I'd say this describes the majority of people who work
on corporate time.  And given that there are quite a few companies in
the git ecosystem (e.g., GitHub, GitLab, etc.) I suspect that's true
in the git world as well.

Cheers,

						- Ted

> There are people in the Git development community who usually work on
> Git most or full time as part of their role.  That doesn't mean those
> patches immediately make it to the list (oftentimes they are tested and
> deployed internally first), but they do generally work on Git most of
> the time and their patches do eventually show up on the list.
> 
> There are also people who work on Git with their employer's 20% time.  I
> believe we have several such contributors here in this case.
> 
> There are also people like me who usually contribute independently.  I
> have sent patches upstream that directly benefit my employer by fixing a
> direct need (in some cases written during work hours, in some cases not,
> depending on my employer at the time), but the vast majority of my work
> is independent and done on my own time.  There are others who just
> contribute independently altogether because they enjoy it.
> 
> I would say that of the top 20 contributors historically, I know that 4
> fit into the first category, 2 fit into the second category, and 3 more
> have some other corporate affiliation known to me (but not into what
> category they fall).  There are others who have more recent
> contributions who are also known to send patches on behalf of their
> employer.  I just don't know about the rest, mostly because it hasn't
> come up in context and it's never been important to me.
> 
> There are some employers that are well known to employ people in the
> first and second categories, as well as some that are known to have
> staff that send patches on behalf of their employer.
> 
> Hopefully that answers your question reasonably well, even if it's a
> little vague because I lack all the details.
> -- 
> brian m. carlson (he/him or they/them)
> Houston, Texas, US



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-22 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 19:31 Are there any publicly known funders (companies or otherwise) of git development? Christian Chavez
2021-03-19 21:02 ` brian m. carlson
2021-03-22 11:54   ` Theodore Ts'o

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).