<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi Christoph,</p>
<p>I have been thinking about just sending a link to a repo having all the patches, and then someone who is really bored could perhaps check that repo, and merge what he/she feels appropriate.</p>
<p>Even though the above sounded like a good idea to me at first, it might result in the patches just gathering dust in that external repo (instead of my local machine).</p>
<p>On 2016-10-13 09:39, Christoph Miebach wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Hello!

 I think this kind of patch is allowed to be pushed without another
 extra email in the future. There a 2 possible states:

  - we want the change introduced by the patch
  - we don’t want the change

 Since there were several of those patches here already, I guess we
 all agree on the first variant.

 So, IMHO just go ahead an push patches like this without additional
 email.</code></pre>
</blockquote>
<p>Given that I do not have <em>commit-access</em>, my pathes goes through <code>vlc-devel</code> for that reason alone.</p>
<p>I can however understand that it is somewhat annoying having 200+ patches all related to minor clean-ups flooding the subscribers of <code>vlc-devel</code>; but currently I am not sure if there is an alternative to the current workflow.</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Regards

 Christoph</code></pre>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> On 12 Oct 2016, at 20:08, Filip Roséen <filip@atch.se> wrote:

 -    int i;
 -</code></pre>
</blockquote>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> -    for( i = 0; all_keys[i]; i++ )
 +    for( int i = 0; all_keys[i]; i++ )</code></pre>
</blockquote>
<pre><code> _______________________________________________
 vlc-devel mailing list
 To unsubscribe or modify your subscription options:
 https://mailman.videolan.org/listinfo/vlc-devel</code></pre>
</blockquote>
</body>
</html>