From: Junio C Hamano <gitster@pobox.com>
To: adamfraser <adamfraser0@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Getting started contributing.
Date: Sat, 02 Feb 2013 23:49:58 -0800 [thread overview]
Message-ID: <7vd2whalax.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <1359872508519-7576834.post@n2.nabble.com> (adamfraser's message of "Sat, 2 Feb 2013 22:21:48 -0800 (PST)")
adamfraser <adamfraser0@gmail.com> writes:
> I've done a little searching and
> haven't been able to find an official bug tracker for git is there somewhere
> I can find some bugs to help fix?
You came to the right place. A new bug or regression is reported to
this list, and it often is fixed (or often diagnosed as pebcak)
fairly quickly by list regulars. Nobody maintains a bugzilla that
is not maintained and is full of stale/invalid bug reports.
The best contribution a new person can make is to use the software
regularly and find issues. It is very hard to find real bugs that
can easily be fixed by somebody totally new to the codebase in Git
these days.
On the other hand, there probably still are many loose ends. When a
command is supposed to take only two arguments because taking more
than three does not make any sense, for example, it has not been
unusual for us to document the two-argument form of the command,
reject if the user gives only one argument with an error message,
but we simply ignore the third argument if the user mistakenly runs
the command with three arguments, instead of erroring out (i.e. the
code does not bother to help insane or too inexperienced users).
That kind of things are hard to find by users experienced with Git
exactly because they know running such a command with three or more
arguments is nonsense, and they do not even try to make such a
mistake. Still, it would be very nice to find and fix such issues.
Thanks.
next prev parent reply other threads:[~2013-02-03 7:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-03 6:21 Getting started contributing adamfraser
2013-02-03 7:40 ` Junio C Hamano
2013-02-04 13:37 ` Matthieu Moy
2013-02-03 7:49 ` Junio C Hamano [this message]
2013-02-03 9:54 ` Duy Nguyen
2013-02-03 19:46 ` Junio C Hamano
2013-02-04 8:42 ` adamfraser
2013-02-03 13:34 ` Philip Oakley
2013-02-04 13:19 ` Matthieu Moy
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=7vd2whalax.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=adamfraser0@gmail.com \
--cc=git@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).