[Scilab-Dev] Bug patches

Sylvestre Ledru sylvestre.ledru at scilab.org
Mon Apr 12 14:05:32 CEST 2010


Actually, there is a better way to send us patches (even if the
Vincent's way is correct too).

When you perform a modification, commit it:
git commit -m "your comment" <files>

then, ask git to generate the patch for you:
git format-patch -1 (for the latest commit)
or
git format-patch origin

It provides the author of the commit, the description of the patch, etc.

Sylvestre

Le lundi 12 avril 2010 à 10:13 +0200, Vincent COUVERT a écrit :
> Hi Shankhs,
> 
> You can send us patches created using "git diff".
> 
> Regards.
> 
> Le 03/04/10 20:15, shankhs ch a écrit : 
> > HI
> > I found two bugs namely,
> >       * 6729 ( http://bugzilla.scilab.org/show_bug.cgi?id=6729 )
> >         which needs a change in documentation. The proper place will
> >         be the place where adiition is explained and the palce where
> >         different matlab specific stuffs are explained.I am not very
> >         sure. Please help and could you also please tell me if I do
> >         any change in the docs who shuould I contact to commit the
> >         changes in main repository.
> >       * 6520 ( http://bugzilla.scilab.org/show_bug.cgi?id=6502 )
> >         which needs to change the code. Do I need to change the code
> >         or create a patch?Please help me.
> > I reproduced all the bugs in Windows.
> >  
> > Thanx
> > shankhs
> 





More information about the dev mailing list