<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://julien.danjou.info/blog/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>jd:/dev/blog - Tag - git</title>
  <link>http://julien.danjou.info/blog/index.php/</link>
  <atom:link href="http://julien.danjou.info/blog/index.php/feed/tag/git/rss2" rel="self" type="application/rss+xml"/>
  <description>Julien Danjou's blog</description>
  <language>fr</language>
  <pubDate>Fri, 14 Nov 2008 16:30:23 +0100</pubDate>
  <copyright>All Right Reserved</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Back from holidays</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/02/26/Back-from-holidays</link>
    <guid isPermaLink="false">urn:md5:453c65b8ae1b9ca5e74cfbdc7099fdab</guid>
    <pubDate>Tue, 26 Feb 2008 08:10:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Life</category>
        <category>alioth</category><category>apt-build</category><category>awesome</category><category>debian</category><category>git</category><category>holidays</category><category>life</category><category>subversion</category>    
    <description>    &lt;p&gt;After 10 days of nice holidays, I'm back. I was totally offline, so I had to read some hundred of mails first, which is done now.&lt;/p&gt;


&lt;p&gt;For a good restart, I've fixed a bunch of bugs in &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; and released 2.2-rc2 version. I've also migrated apt-build repository on Alioth from Subversion to git. I've uploaded a new version of this one with some patches, and a also put in the archive a new version of the mp32ogg package.&lt;/p&gt;


&lt;p&gt;Next step will be to move my packages repositories which are in my global home Subversion repository, to my own git repositories on &lt;a href=&quot;http://alioth.debian.org&quot;&gt;Alioth&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Holidays and projects</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/02/11/Holidays-and-projects</link>
    <guid isPermaLink="false">urn:md5:28775bcdda51fd900166047eaf08eaf7</guid>
    <pubDate>Mon, 11 Feb 2008 11:53:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Life</category>
        <category>awesome</category><category>debian</category><category>git</category><category>life</category><category>work</category>    
    <description>    &lt;p&gt;Long story short: I'm busy.&lt;/p&gt;


&lt;p&gt;These days are quite busy. I'm working (you know, I need to eat so I've a job), to the point that I have many vacation days to take. So I'll be in holidays and offline from friday for 10 days.&lt;/p&gt;


&lt;p&gt;I'm still working on &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; developement. Code base is quite good now, so I don't do 30 commits/day anymore, and update are less frequent. It's very nice that the users base is increasing every day, without polluting the mailing list and the BTS with bug reports and request for documentation. That means we at least achieve to do a not-so-bad code with a not-so-bad documentation.
The feature requests list is still a bit long, but I think it will decrease in the next weeks.&lt;/p&gt;


&lt;p&gt;On a human side, that's the biggest project I ever managed and it's very pleasant to have so many users and contributors.&lt;/p&gt;


&lt;p&gt;I've some more project I'd like to work too. I plan to write a small git stats generator in Python when I'll have some more spare time. I'd also like to do some developement work around LDAP and Python for my servers, but I did not find the courage to do it neither the good library to handle LDAP object correctly (a DB_Object way would be good).&lt;/p&gt;


&lt;p&gt;I'm always following Debian developement with one eye, so I'm not totally out. I really hope I could to some bug squashing like I did with several Debian buddies 2 years ago for the etch release.&lt;/p&gt;


&lt;p&gt;Stay tuned.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Moving old projects to git</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/01/26/Moving-old-projects-to-git</link>
    <guid isPermaLink="false">urn:md5:18c04a85ceff1286dce522c4fbfd9253</guid>
    <pubDate>Sat, 26 Jan 2008 10:02:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Free Software</category>
        <category>git</category><category>mod_defensible</category><category>software</category><category>sysrqd</category><category>telak</category>    
    <description>    &lt;p&gt;I finally did it.&lt;/p&gt;


&lt;p&gt;Most of my small and personal projects (&lt;a href=&quot;http://julien.danjou.info/telak.html&quot;&gt;telak&lt;/a&gt;, &lt;a href=&quot;http://julien.danjou.info/sysrqd.html&quot;&gt;sysrqd&lt;/a&gt; and &lt;a href=&quot;http://julien.danjou.info/mod_defensible.html&quot;&gt;mod_defensible&lt;/a&gt;) were maintained in my home-svn-repository. This had the side effect that I did not have a good overview of the current status of the project, and that I never though about tagging releases.&lt;/p&gt;


&lt;p&gt;I used git-svnimport to move this stuff to git, with great success. Now, I see that only one release on three is tagged correctly, bad me. They are now on my &lt;a href=&quot;http://git.naquadah.org&quot;&gt;git server&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;But with a better tool like git I'm sure I will be more precise when I will work on that source code, so it was time to switch. And now my source code is public, which is far better than before.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>J'ai a*git*é VHFFS</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/11/Jai-agite-VHFFS</link>
    <guid isPermaLink="false">urn:md5:25352493aed12523d6c4dd9e457e4a0e</guid>
    <pubDate>Thu, 11 Oct 2007 22:27:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>TuxFamily</category>
        <category>git</category><category>tuxfamily</category><category>vhffs</category>    
    <description>    &lt;p&gt;Ca faisait un bail que je ne m'étais pas replongé dans &lt;a href=&quot;http://www.vhffs.org&quot;&gt;VHFFS&lt;/a&gt;. J'avais déjà râlé auprès des admins de &lt;a href=&quot;http://www.tuxfamily.org&quot;&gt;TuxFamily&lt;/a&gt; pour qu'ils rajoutent un support de &lt;a href=&quot;http://git.or.cz&quot;&gt;git&lt;/a&gt; à VHFFS, mais rien à faire, cette bande de feignasse ne se bougeait pas.&lt;/p&gt;


&lt;p&gt;Alors puisqu'il ne me faut que &lt;a href=&quot;http://julien.danjou.info/blog/index.php/post/2006/02/10/226-listengine&quot;&gt;2 semaines pour faire VHFFS&lt;/a&gt;, je me suis dis qu'en une soirée je pouvais faire un patch pour supporter git.&lt;/p&gt;


&lt;p&gt;Donc hier soir je m'y suis mis et voilà en une petite heure j'ai pondu un petit patch (avec pas mal de copier/coller du code de Subversion):&lt;/p&gt;


&lt;pre&gt;39 files changed, 1903 insertions(+), 4 deletions(-)&lt;/pre&gt;


&lt;p&gt;Sylvain a finit le boulot de débuggage et de correction des quelques oublies que j'avais fait, vu qu'il n'est pas évident de coder et de tester sans installer VHFFS. &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Et ce soir c'est déjà &lt;a href=&quot;http://www.tuxfamily.org/fr/news&quot;&gt;en production chez TuxFamily&lt;/a&gt;.&lt;/p&gt;


&lt;pre&gt;01:04 &amp;lt;@florent&amp;gt; jd: tu roxe&lt;/pre&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>git statistics?</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/02/git-statistics</link>
    <guid isPermaLink="false">urn:md5:a8145cbb48503e98824abaccaa2d85af</guid>
    <pubDate>Tue, 02 Oct 2007 15:43:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Free Software</category>
        <category>git</category><category>software</category>    
    <description>    &lt;p&gt;I wonder if there are tools to do pretty git statistics, something like that:&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://julien.danjou.info/blog/public/img/linux26gitstats.png&quot;&gt;&lt;img src=&quot;http://julien.danjou.info/blog/public/img/.linux26gitstats_s.jpg&quot; alt=&quot;Linux 2.6 git stats&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;(done on linux-2.6 git repository).&lt;/p&gt;


&lt;p&gt;I just wrote a quick'n dirty Python script to do that, but I'm too lazy to write a full program for now…&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>