git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* GSoC 2008 Application - Help Wanted!
@ 2008-03-03  5:06 Shawn O. Pearce
  2008-03-03 11:39 ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Shawn O. Pearce @ 2008-03-03  5:06 UTC (permalink / raw
  To: git; +Cc: Johannes Schindelin

I am starting to prepare our application to Google Summer of
Code 2008 and would greatly appreciate editing help from everyone
interested.  The page on the Wiki is here

  http://git.or.cz/gitwiki/SoC2008Application

and has mostly been created by copying the 2007 page and updating
the content to reflect last year's involvement.  To make it easier I
am including the Wiki markup below so you can read and reply inline
if that is your preferred approach.

The deadline is March 12 (12 noon PDT/19:00 UTC).

--8<--
Git's application to Google's Summer of Code 2008.

The application questions can be found on
[http://code.google.com/soc/2008/faqs.html#0.1_org_app code.google.com].

Shawn Pearce has volunteered to submit the application and serve
as our group's primary contact.

''' What is your Organization's Name? '''

Git Development Community

''' What is your Organization's Homepage? '''

[http://git.or.cz/]

''' Describe your organization. '''

As Git approaches its third anniversary, it is now the revision
control system of choice for many of the largest and most successful
open source projects, including the Linux kernel and at least eight
Google Summer of Code 2007 projects: ikiwiki, One Laptop Per Child,
Samba, Thousand Parsec, The Wine Project, VideoLAN, XMMS2, and X.org.

This achievement is the product of the Git development community,
a loose-knit team of developers, technical writers, and end users
with a passion for high quality open-source development.

''sp>'' Is this really a good description of us?

''' Why is your organization applying to participate in GSoC 2008? What
do you hope to gain by participating? '''

During GSoC 2007 Git had two successful student projects.  Although
both students contributed useful code to the community, the biggest
benefit we received was the increased visibility and the addition of
new long-term contributors.

By participating in GSoC 2008 the Git community hopes to attract
more new talent to our community, and convert that talent into
long-term contributors.

''' Did your organization participate in past GSoCs? If so, please
summarize your involvement and the successes and challenges of your
participation. '''

During GSoC 2007 we had two student projects ("GIT library project",
"Replace most core scripts with C versions") mentored by two of our
active developers.

The first project produced a Python binding to the internal Git
APIs, showing it is possible to embed our private library in a
developer friendly interface.  This work has not yet been merged
into a release tree as it still requires additional effort to
resolve memory management issues in the underlying private library.

The second project ported two core Git functions from Bourne shell
to C, as well as cleaned up the implementation to follow our current
best practices.  The student involved with this project is still
an active contributor almost one year later.

''sp>'' Talk about our challenges.

''' If your organization has not previously participated in GSoC,
have you applied in the past? If so, for what year(s)? '''

Yes, 2007 (applied and accepted).

''' Who will your organization administrator be? Please include Google
Account information. '''

Shawn O. Pearce (have Google Account)

''' What license does your project use? '''

GPL (GNU Public License)

''' What is the URL for your ideas page? '''

[http://git.or.cz/gitwiki/SoC2008Ideas]

''' What is the main development mailing list for your organization? '''

git@vger.kernel.org

''' What is the main IRC channel for your organization? '''

#git on irc.freenode.org.

''' Does your organization have an application template you would like
to see students use? If so, please provide it now. '''

[[SoC2008Template]]

''' Who will be your backup organization administrator? Please include
Google Account information. '''

Johannes Schindelin (have Google Account)

''' Who will your mentors be? Please include Google Account
Information. '''

 * Shawn O. Pearce (have Google Account)
 * Johannes Schindelin (have Google Account)

''' What criteria did you use to select these individuals as
mentors? Please be as specific as possible. '''

All mentors volunteered for the specific project(s) that they could
contribute the most to.  All mentors are active contributers within
the Git development community.

Active contributers are defined to be those who have submitted and
have had accepted into a shipped release a substantial amount of
new code or fixes within the last 4 months (Nov 2007 - Mar 2008).
Substantial amount of code is defined to be equal in size (or
larger) to what might be reasonably expected of a student working
on a Google Summer of Code project.

All mentors are well known within the Git development community
for their accomplishments and contributions.

''' What is your plan for dealing with disappearing students? '''

Every reasonable effort will be made to maintain contact with
students and ensure they are making progress throughout the summer.

In the unfortunate event that a student abandons and does not
complete his/her GSoC project, the Git community will try to pick up
and continue the work without the student.  This is one reason why we
will require frequent publishing of project materials to repo.or.cz.

Students will also be strongly encouraged by our mentors to work
through their project by completing several small milestones
throughout the summer.  This strategy of project organization will
help students to feel like they have accomplished something useful
sooner, as well as making it easier for the Git community to pick
up an abandoned project.

''' What is your plan for dealing with disappearing mentors? '''

Most of our suggested projects have more than one mentor available.
As a community we plan on making sure all of the active projects have
at least two mentors willing and available to work with the student,
reducing the likelihood that the project becomes mentor-less during
GSoC '08.

In the unlikely event that a mentor disappears during the summer
another mentor will be arranged to step in.  The Git community
has plenty of good people within that would be more than happy to
help a student finish their project.  It is very probable that the
replacement mentor would already be familiar with the student and
the project, as many community members routinely review code and
discussions on the mailing list.

''' What steps will you take to encourage students to interact with
your project's community before, during and after the program? '''

Students will be required to join the main development mailing
list, and post their patches for discussion to same.  All current
contributors already do this, so students will see the experienced
hands performing the same tasks, and will therefore be able to learn
by example.  We feel that the list based discussions will help the
students to become, and stay, a member of the community.

Mailing list traffic is currently around 80-100 messages per day,
and is focused on Git feature development.  Keeping current by
at least skimming list messages is an important part of the Git
development process.

Students will be required to post their work as a Git repository on
repo.or.cz (an open community hosting server), or on another publicly
available server, so that their work is immediately available for
everyone to review, experiment with, and make use of.  Nearly all
members of the Git community post their active work to repo.or.cz
or similar servers.

Mentors will also exchange email with students on at least a
weekly basis, if not more frequently.  Students will be required
to provide weekly progress reports back to their mentors, so that
the mentors are aware of the tasks that a student might be stuck on
or are having difficulty with.  The intent of the progress reports
is to give the mentors a chance to provide suggestions for problem
resolution back to the student.

Frequent email and IRC interaction with mentors and other developers
will be strongly encouraged by suggesting students post their
questions and ideas to the mailing list, and to discuss them on #git.
Most developers either already hold "office-hours" on IRC, or have
agreed to do so during GSoC '08.

''' What will you do to ensure that your accepted students stick with
the project after GSoC concludes? '''

GSoC will be a good introduction to Git (both the technology and the
community) for the students.  Once they know Git and are "hooked",
we are confident they won't easily leave the arena, for a number
of reasons.

The interaction between community members has always been very
friendly, and new people are have always been warmly welcomed;
especially those with interesting new ideas and viewpoints.
Jovial working friendships have been easily formed between the
community members, and students will most certainly also be warmly
welcomed into that environment.

Hacking on Git is an excellent way to hone one's development skills,
as the community is filled with a wide range of very experienced
programmers who are ready and willing to help a contributor improve
the quality of their work.  We hope that students will realize this
unique opportunity during GSoC and continue staying active within
the community even after GSoC '08 completes.

-- 
Shawn.

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

* Re: GSoC 2008 Application - Help Wanted!
  2008-03-03  5:06 GSoC 2008 Application - Help Wanted! Shawn O. Pearce
@ 2008-03-03 11:39 ` Johannes Schindelin
  2008-03-03 14:56   ` Wincent Colaiuta
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Schindelin @ 2008-03-03 11:39 UTC (permalink / raw
  To: Shawn O. Pearce; +Cc: git

Hi,

On Mon, 3 Mar 2008, Shawn O. Pearce wrote:

> I am starting to prepare our application to Google Summer of
> Code 2008 and would greatly appreciate editing help from everyone
> interested.

Thanks!

> ''' Describe your organization. '''
> 
> As Git approaches its third anniversary, it is now the revision
> control system of choice for many of the largest and most successful
> open source projects, including the Linux kernel and at least eight
> Google Summer of Code 2007 projects: ikiwiki, One Laptop Per Child,
> Samba, Thousand Parsec, The Wine Project, VideoLAN, XMMS2, and X.org.
> 
> This achievement is the product of the Git development community,
> a loose-knit team of developers, technical writers, and end users
> with a passion for high quality open-source development.
> 
> ''sp>'' Is this really a good description of us?

I think so.  Maybe you want to add that we are a very lively community, 
and that Git is so fast-moving that we regularly get feature requests that 
have been addressed already ;-)

> ''' Why is your organization applying to participate in GSoC 2008? What
> do you hope to gain by participating? '''
> 
> During GSoC 2007 Git had two successful student projects.  Although
> both students contributed useful code to the community, the biggest
> benefit we received was the increased visibility and the addition of
> new long-term contributors.
> 
> By participating in GSoC 2008 the Git community hopes to attract
> more new talent to our community, and convert that talent into
> long-term contributors.

... and high-quality enhancements to Git.

> ''' Did your organization participate in past GSoCs? If so, please
> summarize your involvement and the successes and challenges of your
> participation. '''
> 
> During GSoC 2007 we had two student projects ("GIT library project",
> "Replace most core scripts with C versions") mentored by two of our
> active developers.
> 
> The first project produced a Python binding to the internal Git
> APIs, showing it is possible to embed our private library in a
> developer friendly interface.  This work has not yet been merged
> into a release tree as it still requires additional effort to
> resolve memory management issues in the underlying private library.
> 
> The second project ported two core Git functions from Bourne shell
> to C, as well as cleaned up the implementation to follow our current
> best practices.  The student involved with this project is still
> an active contributor almost one year later.
> 
> ''sp>'' Talk about our challenges.

One challenge was that we had a third project, which was really 
interesting, and the student was really interested, too, but for political 
reasons he could not get the grant, and therefore the project had to be 
stopped.

> ''' What license does your project use? '''
> 
> GPL (GNU Public License)

.. v2 (I think by now there are enough parts limited to v2 that it does 
not matter how much is "or later, at the discretion of Linus Torvalds").

> ''' What will you do to ensure that your accepted students stick with
> the project after GSoC concludes? '''
> 
> GSoC will be a good introduction to Git (both the technology and the
> community) for the students.  Once they know Git and are "hooked",
> we are confident they won't easily leave the arena, for a number
> of reasons.
> 
> The interaction between community members has always been very
> friendly, and new people are have always been warmly welcomed;

s/have//

> especially those with interesting new ideas and viewpoints.
> Jovial working friendships have been easily formed between the
> community members, and students will most certainly also be warmly
> welcomed into that environment.

Thanks,
Dscho


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

* Re: GSoC 2008 Application - Help Wanted!
  2008-03-03 11:39 ` Johannes Schindelin
@ 2008-03-03 14:56   ` Wincent Colaiuta
  2008-03-03 15:52     ` Johannes Schindelin
  2008-03-04  4:55     ` GSoC 2008 Application Draft #2 " Shawn O. Pearce
  0 siblings, 2 replies; 8+ messages in thread
From: Wincent Colaiuta @ 2008-03-03 14:56 UTC (permalink / raw
  To: Johannes Schindelin; +Cc: Shawn O. Pearce, git

El 3/3/2008, a las 12:39, Johannes Schindelin escribió:

>> The interaction between community members has always been very
>> friendly, and new people are have always been warmly welcomed;
>
> s/have//


If you drop the "have" you'll want to drop the "been" as well.

Cheers,
Wincent




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

* Re: GSoC 2008 Application - Help Wanted!
  2008-03-03 14:56   ` Wincent Colaiuta
@ 2008-03-03 15:52     ` Johannes Schindelin
  2008-03-04  0:00       ` Shawn O. Pearce
  2008-03-04  4:55     ` GSoC 2008 Application Draft #2 " Shawn O. Pearce
  1 sibling, 1 reply; 8+ messages in thread
From: Johannes Schindelin @ 2008-03-03 15:52 UTC (permalink / raw
  To: Wincent Colaiuta; +Cc: Shawn O. Pearce, git

[-- Attachment #1: Type: TEXT/PLAIN, Size: 350 bytes --]

Hi,

On Mon, 3 Mar 2008, Wincent Colaiuta wrote:

> El 3/3/2008, a las 12:39, Johannes Schindelin escribió:
> 
> > > The interaction between community members has always been very
> > > friendly, and new people are have always been warmly welcomed;
> > 
> > s/have//
> 
> If you drop the "have" you'll want to drop the "been" as well.

Thanks,
Dscho

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

* Re: GSoC 2008 Application - Help Wanted!
  2008-03-03 15:52     ` Johannes Schindelin
@ 2008-03-04  0:00       ` Shawn O. Pearce
  0 siblings, 0 replies; 8+ messages in thread
From: Shawn O. Pearce @ 2008-03-04  0:00 UTC (permalink / raw
  To: Johannes Schindelin; +Cc: Wincent Colaiuta, git

Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> On Mon, 3 Mar 2008, Wincent Colaiuta wrote:
> 
> > El 3/3/2008, a las 12:39, Johannes Schindelin escribió:
> > 
> > > > The interaction between community members has always been very
> > > > friendly, and new people are have always been warmly welcomed;
> > > 
> > > s/have//
> > 
> > If you drop the "have" you'll want to drop the "been" as well.

Thanks folks.  Those changes have all been reflected on the Wiki now.

-- 
Shawn.

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

* GSoC 2008 Application Draft #2 - Help Wanted!
  2008-03-03 14:56   ` Wincent Colaiuta
  2008-03-03 15:52     ` Johannes Schindelin
@ 2008-03-04  4:55     ` Shawn O. Pearce
  2008-03-04 18:47       ` Jonas Fonseca
  1 sibling, 1 reply; 8+ messages in thread
From: Shawn O. Pearce @ 2008-03-04  4:55 UTC (permalink / raw
  To: git; +Cc: Wincent Colaiuta, Johannes Schindelin

OK, round #2 of our GSoC 2008 application.

I'm actually quite happy with this draft, but am looking for any
suggestions that would improve it, correct language errors, etc.

The current text on the wiki

  http://git.or.cz/gitwiki/SoC2008Application

as well as below.

If there are no further edits, this may very well be what we submit
to Google.  Remember, its due _*this*_ Friday!

--8<--
Git's application to Google's Summer of Code 2008.

The application questions can be found on
[http://code.google.com/soc/2008/faqs.html#0.1_org_app code.google.com].
Also the published [http://groups.google.com/group/google-summer-of-code-announce/web/notes-on-organization-selection-criteria notes on organization selection] may be of interest.

Shawn Pearce has volunteered to submit the application and serve
as our group's primary contact.

''' What is your Organization's Name? '''

Git Development Community

''' What is your Organization's Homepage? '''

[http://git.or.cz/]

''' Describe your organization. '''

As Git approaches its third anniversary, it is now the revision
control system of choice for many of the largest and most successful
open source projects, including the Linux kernel and at least eight
other Google Summer of Code 2007 projects: ikiwiki, One Laptop Per
Child, Samba, Thousand Parsec, The Wine Project, VideoLAN, XMMS2,
and X.org.

This achievement is the product of the lively Git development
community, a loose-knit team of developers, technical writers, and
end users with a passion for high quality open-source development.

''' Why is your organization applying to participate in GSoC 2008? What
do you hope to gain by participating? '''

During GSoC 2007 Git had two successful student projects.  Although
both students contributed useful code to the community, the biggest
benefit we received was the increased visibility and the addition of
new long-term contributors.

By participating in GSoC 2008 the Git community hopes to attract
more new talent to our community, and convert that talent into
long-term contributors and high-quality enhancements to Git.

''' Did your organization participate in past GSoCs? If so, please
summarize your involvement and the successes and challenges of your
participation. '''

During GSoC 2007 we had two student projects ("GIT library project",
"Replace most core scripts with C versions") mentored by two of our
active developers.

The first project produced a Python binding to the internal Git
APIs, showing it is possible to embed our private library in a
developer friendly interface.  This work has not yet been merged
into a release tree as it still requires additional effort to
resolve memory management issues in the underlying private library.

The second project ported two core Git functions from Bourne shell
to C, as well as cleaned up the implementation to follow our current
best practices.  The student involved with this project is still
an active contributor almost one year later.

One challenge that we faced was a third student project was granted
by Google but had to be forfeited due to political reasons out of
our control.  The student was unable to file the proper paperwork
and the project had to be stopped.  As a community we realized the
issue too late and did not try to ask Google to replace the student
with another.  It was later clear to us at the Mentor Summit that
we probably should have asked for a replacement student.

''' If your organization has not previously participated in GSoC,
have you applied in the past? If so, for what year(s)? '''

N/A.  Applied and accepted GSoC 2007; did not apply prior to that.

''' Who will your organization administrator be? Please include Google
Account information. '''

Shawn O. Pearce (have Google Account)

''' What license does your project use? '''

GPL (GNU Public License), version 2

''' What is the URL for your ideas page? '''

[http://git.or.cz/gitwiki/SoC2008Ideas]

''' What is the main development mailing list for your organization? '''

git@vger.kernel.org

''' What is the main IRC channel for your organization? '''

#git on irc.freenode.org.

''' Does your organization have an application template you would like
to see students use? If so, please provide it now. '''

[http://git.or.cz/gitwiki/SoC2008Template]

''' Who will be your backup organization administrator? Please include
Google Account information. '''

Johannes Schindelin (have Google Account)

''' Who will your mentors be? Please include Google Account
Information. '''

 * Shawn O. Pearce (have Google Account)
 * Johannes Schindelin (have Google Account)

''' What criteria did you use to select these individuals as
mentors? Please be as specific as possible. '''

All mentors volunteered for the specific project(s) that they could
contribute the most to.  All mentors are active contributers within
the Git development community.

Active contributers are defined to be those who have submitted and
have had accepted into a shipped release a substantial amount of
new code or fixes within the last 4 months (Nov 2007 - Mar 2008).
Substantial amount of code is defined to be equal in size (or
larger) to what might be reasonably expected of a student working
on a Google Summer of Code project.

All mentors are well known within the Git development community
for their accomplishments and contributions.

''' What is your plan for dealing with disappearing students? '''

Every reasonable effort will be made to maintain contact with
students and ensure they are making progress throughout the summer.

In the unfortunate event that a student abandons and does not
complete his/her GSoC project, the Git community will try to pick up
and continue the work without the student.  This is one reason why we
will require frequent publishing of project materials to repo.or.cz.

Students will also be strongly encouraged by our mentors to work
through their project by completing several small milestones
throughout the summer.  This strategy of project organization will
help students to feel like they have accomplished something useful
sooner, as well as making it easier for the Git community to pick
up an abandoned project.

''' What is your plan for dealing with disappearing mentors? '''

Most of our suggested projects have more than one mentor available.
As a community we plan on making sure all of the active projects have
at least two mentors willing and available to work with the student,
reducing the likelihood that the project becomes mentor-less during
GSoC '08.

In the unlikely event that a mentor disappears during the summer
another mentor will be arranged to step in.  The Git community
has plenty of good people within that would be more than happy to
help a student finish their project.  It is very probable that the
replacement mentor would already be familiar with the student and
the project, as many community members routinely review code and
discussions on the mailing list.

''' What steps will you take to encourage students to interact with
your project's community before, during and after the program? '''

Students will be required to join the main development mailing
list, and post their patches for discussion to same.  All current
contributors already do this, so students will see the experienced
hands performing the same tasks, and will therefore be able to learn
by example.  We feel that the list based discussions will help the
students to become, and stay, a member of the community.

Mailing list traffic is currently around 80-100 messages per day,
and is focused on Git feature development.  Keeping current by
at least skimming list messages is an important part of the Git
development process.

Students will be required to post their work as a Git repository on
repo.or.cz (an open community hosting server), or on another publicly
available server, so that their work is immediately available for
everyone to review, experiment with, and make use of.  Nearly all
members of the Git community post their active work to repo.or.cz
or similar servers.

Mentors will also exchange email with students on at least a
weekly basis, if not more frequently.  Students will be required
to provide weekly progress reports back to their mentors, so that
the mentors are aware of the tasks that a student might be stuck on
or are having difficulty with.  The intent of the progress reports
is to give the mentors a chance to provide suggestions for problem
resolution back to the student.

Frequent email and IRC interaction with mentors and other developers
will be strongly encouraged by suggesting students post their
questions and ideas to the mailing list, and to discuss them on #git.
Most developers either already hold "office-hours" on IRC, or have
agreed to do so during GSoC '08.

''' What will you do to ensure that your accepted students stick with
the project after GSoC concludes? '''

GSoC will be a good introduction to Git (both the technology and the
community) for the students.  Once they know Git and are "hooked",
we are confident they won't easily leave the arena, for a number
of reasons.

The interaction between community members has always been very
friendly, and new people are always warmly welcomed; especially
those with interesting new ideas and viewpoints.  Jovial working
friendships have been easily formed between the community members,
and students will most certainly also be warmly welcomed into
that environment.

Hacking on Git is an excellent way to hone one's development skills,
as the community is filled with a wide range of very experienced
programmers who are ready and willing to help a contributor improve
the quality of their work.  We hope that students will realize this
unique opportunity during GSoC and continue staying active within
the community even after GSoC '08 completes, just like our GSoC
'07 students did.
-- 
Shawn.

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

* Re: GSoC 2008 Application Draft #2 - Help Wanted!
  2008-03-04  4:55     ` GSoC 2008 Application Draft #2 " Shawn O. Pearce
@ 2008-03-04 18:47       ` Jonas Fonseca
  2008-03-05  5:10         ` Shawn O. Pearce
  0 siblings, 1 reply; 8+ messages in thread
From: Jonas Fonseca @ 2008-03-04 18:47 UTC (permalink / raw
  To: Shawn O. Pearce; +Cc: git, Wincent Colaiuta, Johannes Schindelin

On Tue, Mar 4, 2008 at 5:55 AM, Shawn O. Pearce <spearce@spearce.org> wrote:
>  ''' What criteria did you use to select these individuals as
>  mentors? Please be as specific as possible. '''
>
>  All mentors volunteered for the specific project(s) that they could
>  contribute the most to.  All mentors are active contributers within

s/contributers/contributors/

>  the Git development community.
>
>  Active contributers are defined to be those who have submitted and

s/contributers/contributors/

-- 
Jonas Fonseca

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

* Re: GSoC 2008 Application Draft #2 - Help Wanted!
  2008-03-04 18:47       ` Jonas Fonseca
@ 2008-03-05  5:10         ` Shawn O. Pearce
  0 siblings, 0 replies; 8+ messages in thread
From: Shawn O. Pearce @ 2008-03-05  5:10 UTC (permalink / raw
  To: Jonas Fonseca; +Cc: git, Wincent Colaiuta, Johannes Schindelin

Jonas Fonseca <jonas.fonseca@gmail.com> wrote:
> On Tue, Mar 4, 2008 at 5:55 AM, Shawn O. Pearce <spearce@spearce.org> wrote:
> >  ''' What criteria did you use to select these individuals as
> >  mentors? Please be as specific as possible. '''
> >
> >  All mentors volunteered for the specific project(s) that they could
> >  contribute the most to.  All mentors are active contributers within
> 
> s/contributers/contributors/

Gaaah.  Thanks Jonas.

That typo was in there last year.  :-)
 
-- 
Shawn.

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

end of thread, other threads:[~2008-03-05  5:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03  5:06 GSoC 2008 Application - Help Wanted! Shawn O. Pearce
2008-03-03 11:39 ` Johannes Schindelin
2008-03-03 14:56   ` Wincent Colaiuta
2008-03-03 15:52     ` Johannes Schindelin
2008-03-04  0:00       ` Shawn O. Pearce
2008-03-04  4:55     ` GSoC 2008 Application Draft #2 " Shawn O. Pearce
2008-03-04 18:47       ` Jonas Fonseca
2008-03-05  5:10         ` Shawn O. Pearce

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).