<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 30-04-11 15:27, Tyron Madlener wrote:
    <blockquote
      cite="mid:BANLkTim+4cV0Q-pMNCLyk-XduFrv9PcVCw@mail.gmail.com"
      type="cite">
      <pre wrap="">I thought its a good idea to make the charts adjust to the current
theme colors, so I wrote a patch for it:
<a class="moz-txt-link-freetext" href="http://www.tyron.at/tmp/chart_colors.patch">http://www.tyron.at/tmp/chart_colors.patch</a>
I also wrote a short blog entry about it, showing screenshots of the
new changed charts:
<a class="moz-txt-link-freetext" href="http://tyronx.blogspot.com/2011/04/some-better-colors-for-charts.html">http://tyronx.blogspot.com/2011/04/some-better-colors-for-charts.html</a>
</pre>
    </blockquote>
    <br>
    Nice improvement to start your project with :)<br>
    <br>
    <blockquote
      cite="mid:BANLkTim+4cV0Q-pMNCLyk-XduFrv9PcVCw@mail.gmail.com"
      type="cite">
      <pre wrap="">I tried to pull it to my repos on repo.or.cz but it doesn't accept my
user name and password. Set I set up a push account for me though, and
typed in my public key. The (Windows)-git-commit-tool-gui shows me the
same public key.
After I checked out the code, I've added my repos with the command
'git remote add tyronm ssh://repo.or.cz/srv/git/phpmyadmin/tyronm.git'
then trying to pull via 'git pull tyronm'. Anyone know what I'm doing
wrong?
</pre>
    </blockquote>
    <br>
    So you first cloned the phpmyadmin repository from <code>git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin<br>
      After that the git remote add ... should be correct.<br>
      <br>
      You might try 'git fetch tyronm' to get data from your repo.<br>
      I'm not really familiar with repo.or.cz but if the repo there is
      completely empty you might have to push a branch to it. <br>
      'git push tyronm master'<br>
      <br>
    </code>
    <pre class="moz-signature" cols="72">-- 
Met vriendelijke groet / Regards,

Herman van Rink 
Initfour websolutions

</pre>
  </body>
</html>