Hi Marc, On Wed, Jun 16, 2010 at 7:38 PM, Marc Fournier <[email protected]> wrote: > Hello, > >> In any case, I'll keep you informed of any trouble encountered. >> >> > > Did you nothing any (new ?) issue so far ? > > I actually found a small issue: > > plugin_dispatch_values: Dataset not found: total_counters
Weird I did not notice that actually. > > I fixed this error in this small patch: > > http://github.com/mfournier/collectd/commit/eda2991a5f4f9491c29a881b03de4340d9832c99 Great, I'll merge this patch ASAP. Question to Git wizards : I added Marc's branch as a remote branch so I have this in my .git/config file : [...] [remote "octo"] url = git://github.com/octo/collectd.git fetch = +refs/heads/jr/varnish:refs/remotes/octo/jr/varnish [remote "mfournier"] url = http://github.com/mfournier/collectd.git fetch = +refs/heads/master:refs/remotes/mfournier/master [...] But whenever I run git merge mfournier/master <revnumber> git just merges everything (34 commits) and not only the one I want. Did I do something wrong ? Thanks in advance for your help -- Jérôme _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
