Re: Getting started contributing.

2013-02-04 Thread Matthieu Moy
Junio C Hamano writes: > adamfraser writes: > >> I would like to start contributing to git and am looking for a small project >> idea to get started with. On the Small Project Ideas wiki >> site there is a >> suggestion for adding a '

Re: Getting started contributing.

2013-02-04 Thread Matthieu Moy
adamfraser writes: > Hi, > I would like to start contributing to git and am looking for a small project > idea to get started with. On the Small Project Ideas wiki > Just to make it clear: this page is not "the official TODO-list for G

Re: Getting started contributing.

2013-02-04 Thread adamfraser
Thanks for all of the replies. I'll have a look into the suggestions and try to find somewhere I can help out. :) -- View this message in context: http://git.661346.n2.nabble.com/Getting-started-contributing-tp7576834p7576901.html Sent from the git mailing list archive at Nabble.com.

Re: Getting started contributing.

2013-02-03 Thread Junio C Hamano
Duy Nguyen writes: > On Sun, Feb 3, 2013 at 2:49 PM, Junio C Hamano wrote: >> On the other hand, there probably still are many loose ends. > > A few other things > > - Mark more strings for translation (not as easy as it sounds, some > strings can't be translated) True, but not a good advice f

Re: Getting started contributing.

2013-02-03 Thread Philip Oakley
From: "Junio C Hamano" Sent: Sunday, February 03, 2013 7:49 AM adamfraser 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 report

Re: Getting started contributing.

2013-02-03 Thread Duy Nguyen
On Sun, Feb 3, 2013 at 2:49 PM, Junio C Hamano wrote: > On the other hand, there probably still are many loose ends. A few other things - Mark more strings for translation (not as easy as it sounds, some strings can't be translated) - Color more in the output where it makes sense - Stop/Warn

Re: Getting started contributing.

2013-02-02 Thread Junio C Hamano
adamfraser 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 pe

Re: Getting started contributing.

2013-02-02 Thread Junio C Hamano
adamfraser writes: > I would like to start contributing to git and am looking for a small project > idea to get started with. On the Small Project Ideas wiki > site there is a > suggestion for adding a 'git rebase --status' command tha