[vlc-devel] [PATCH 1/6] Added a new button for playlistshuffle. So far the button invokes a dummy procedure.
Juha Jeronen
juha.jeronen at jyu.fi
Mon Mar 11 09:58:23 CET 2013
On 09.03.2013 16:26, Anatoliy Anischovich wrote:
> On 09.03.13 14:52, zemanm17 at fel.cvut.cz wrote:
>> Do you mean doing that by using "git send-email --compose
>> --no-chain-reply-to --tovlc-devel at videolan.org patches" or something
>> else? (It's my first time sending a patch)
>
> Commit after finishing your work, without any "This was just to test".
In case you (the original poster) are new to git:
If you already committed the changes into your copy of the working tree
(as it seems), you can also squash your commits after the fact. Myself,
I've used a new branch and "git merge --squash" (google for it for
usage) to discard the testing history and produce just one commit of the
final version for sending to vlc-devel.
It is also recommended to work on a separate branch, so that you can
keep the master branch synced with origin/master (i.e. the official
codebase). See "git branch" and "git checkout".
In general, see also instructions on wiki: http://wiki.videolan.org/Git
-J
More information about the vlc-devel
mailing list