git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* How to start contributing
@ 2018-10-18 12:49 Πλάτων Κιορπελίδης
  2018-10-20  6:47 ` Christian Couder
  0 siblings, 1 reply; 3+ messages in thread
From: Πλάτων Κιορπελίδης @ 2018-10-18 12:49 UTC (permalink / raw)
  To: git

Hello,

I’m a computer science student and I’m interested in contributing to git.
I’ve read the GSoC git page with the ideas and micro-projects as I’m
interested in participating next summer.
I’ve also read the Documentation at the GitHub mirror.
I’ve never worked on such large project and I don’t know where to start from.
I’ve picked this microproject from the GSoC page:

Make “git tag –contains <id>” less chatty if <id> is invalid
“git tag – contains <id>” prints the whole help text if <id> is
invalid. It should only show the error message instead.
Thread: https://public-inbox.org/git/20160118215433.GB24136@sigill.intra.peff.net/

This bug is solved using the 3rd option, but I suspect that it’s still
here because the 2nd option is preferred.

How should I tackle this?

Thanks.

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

* Re: How to start contributing
  2018-10-18 12:49 How to start contributing Πλάτων Κιορπελίδης
@ 2018-10-20  6:47 ` Christian Couder
  2018-10-24  8:19   ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2018-10-20  6:47 UTC (permalink / raw)
  To: trickygitninja; +Cc: git, Jeff King

Hi,

On Thu, Oct 18, 2018 at 2:51 PM Πλάτων Κιορπελίδης
<trickygitninja@gmail.com> wrote:
>
> Hello,
>
> I’m a computer science student and I’m interested in contributing to git.
> I’ve read the GSoC git page with the ideas and micro-projects as I’m
> interested in participating next summer.
> I’ve also read the Documentation at the GitHub mirror.
> I’ve never worked on such large project and I don’t know where to start from.
> I’ve picked this microproject from the GSoC page:
>
> Make “git tag –contains <id>” less chatty if <id> is invalid
> “git tag – contains <id>” prints the whole help text if <id> is
> invalid. It should only show the error message instead.
> Thread: https://public-inbox.org/git/20160118215433.GB24136@sigill.intra.peff.net/
>
> This bug is solved using the 3rd option, but I suspect that it’s still
> here because the 2nd option is preferred.

I think it should probably have been removed from the micro-project
list. I am CC'ing Peff as he wrote the email listing the different
options to solve the original issue and may think otherwise.

> How should I tackle this?

It's a good first step to ask first on the list as you did if it is a
good micro-project or not. Unfortunately in this case I think you
might want to try to find another micro-project.

Thanks,
Christian.

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

* Re: How to start contributing
  2018-10-20  6:47 ` Christian Couder
@ 2018-10-24  8:19   ` Jeff King
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff King @ 2018-10-24  8:19 UTC (permalink / raw)
  To: Christian Couder; +Cc: trickygitninja, git

On Sat, Oct 20, 2018 at 08:47:35AM +0200, Christian Couder wrote:

> > Make “git tag –contains <id>” less chatty if <id> is invalid
> > “git tag – contains <id>” prints the whole help text if <id> is
> > invalid. It should only show the error message instead.
> > Thread: https://public-inbox.org/git/20160118215433.GB24136@sigill.intra.peff.net/
> >
> > This bug is solved using the 3rd option, but I suspect that it’s still
> > here because the 2nd option is preferred.
> 
> I think it should probably have been removed from the micro-project
> list. I am CC'ing Peff as he wrote the email listing the different
> options to solve the original issue and may think otherwise.

Sorry for the reply.

Yeah, I I think the solution in 3bb0923f06 (parse-options: do not show
usage upon invalid option value, 2018-03-22) is fine. Even though it may
not have been what _I_ would have done personally, I don't think it is
worth anybody spending more brain cycles on it.

-Peff

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

end of thread, other threads:[~2018-10-24  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 12:49 How to start contributing Πλάτων Κιορπελίδης
2018-10-20  6:47 ` Christian Couder
2018-10-24  8:19   ` Jeff King

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