speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

I'd like to send two patches


From: José Vilmar Estácio de Souza
Subject: I'd like to send two patches
Date: Wed, 27 Oct 2010 15:09:52 -0200

Hi William.
Forgive my ignorance.
When I tried:
git send-email
I receive the following error:
git: 'send-email' is not a git command. See 'git --help'.

Do I need to instal  something?
Thanks.

On 10/27/2010 02:40 PM, William Hubbs wrote:
> Hi Jose,
>
> On Wed, Oct 27, 2010 at 01:42:56PM -0200, Jos? Vilmar Est?cio de Souza wrote:
>> Hi all.
>> I'd like to send two patches to fix some small problems in espeak.c module.
>> My question is:
>> What is the best way to do it?
>> Can I attach the patches in the message?
> This is the easiest way imho if you have the git repository on your
> machine:
>
> 1) make a local branch as follows:
>
> git branch mybranch
> git checkout mybranch
>
> 2) make the changes and commit them on the local branch
>
> 3) While you are on the local branch, use this command to output the
> changes as patches so you can review them:
>
> git format-patch -o patches master
>
> 4) When you are ready to send the patches, use this command:
>
> git send-email patches
>
> That will prompt you for where you want the patches to go and email
> them.
>
> Also, look over the man pages for git-format-patch and git-send-email
> for more information about these commands if you want to use them
> regularly.
>
> If you have any questions, let me know.
>
> William
>
>
>
> _______________________________________________
> Speechd mailing list
> Speechd at lists.freebsoft.org
> http://lists.freebsoft.org/mailman/listinfo/speechd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.freebsoft.org/pipermail/speechd/attachments/20101027/c2267c40/attachment.htm>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]