[vlc-devel] [PATCH] Correctly respond to a Connection Close message.
Pierre d'Herbemont
pdherbemont at free.fr
Sun Jun 15 12:45:26 CEST 2008
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.
More information about the vlc-devel
mailing list