[vlc-devel] [PATCH] Correctly respond to a Connection Close message.
Bill C. Riemers
briemers at redhat.com
Mon Jun 16 16:35:17 CEST 2008
Thanks,
I am not really sure I understand what these commands do. When I
executed them it seem to clean everything and then apply the patches
from my previous commits but also clear my commit history. Very
confusing. I decided just to do a fresh checkout, and to apply the
changes one at a time into more separate
and discrete patches. That way bug fixes won't be mixed with enhancements.
Bill
Pierre d'Herbemont wrote:
> On Jun 15, 2008, at 10:09 AM, Rémi Denis-Courmont wrote:
>
>
>> If you don't feel like doing it
>> yourself because you don't like/know git, that's fine, if you do tell.
>>
>
> Hi Bill,
>
> In case you want explanation on how to do that, I can bootstrap you.
> Please tell us if you need more support, as Rémi said.
>
> http://wiki.videolan.org/Git
>
> basically, download the latest sources, using
> $ git up
>
> make sure you start off with a clean state:
> $ git reset --hard origin (Don't do that one if you didn't saved your
> work by committing.)
>
> Now work on the avi demux...
> And commit it via
> $ git commit modules/demux
> Enter the commit message
>
> Now work on the http acces...
> And commit it via
> $ git commit modules/access
> Enter the commit message
>
> Now prepare the git formatted patch
> $ git format-patch -o /where/you/want origin
>
> Now you can send them as an attachement or using git-send-email.
>
> Hope that helps,
>
> Thanks for your work and patience!
>
> Pierre.
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
More information about the vlc-devel
mailing list