<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for chacon</title><link>http://disqus.com/by/chacon/</link><description></description><atom:link href="http://disqus.com/chacon/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 23 Jan 2012 11:37:55 -0000</lastBuildDate><item><title>Re: Talks.GitHub</title><link>https://talks.githubapp.com/talk/b07bd8c6893da86975c36a41418b98c7a6489055#comment-418741995</link><description>&lt;p&gt;The URL for the styrofoam recycle site is &lt;a href="http://wastetowaves.org" rel="nofollow noopener" target="_blank" title="wastetowaves.org"&gt;wastetowaves.org&lt;/a&gt; to save you some seeking if you're looking for that.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Mon, 23 Jan 2012 11:37:55 -0000</pubDate></item><item><title>Re: Fuselage!!</title><link>http://blog.gitpilot.com/post/7771053910#comment-259682927</link><description>&lt;p&gt;This is pretty awesome.  Let me know if the Git Data API is enough or you need something else.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Thu, 21 Jul 2011 11:11:43 -0000</pubDate></item><item><title>Re: Pro Git - Reset Demystified</title><link>http://progit.org//2011/07/11/reset.html#comment-254027110</link><description>&lt;p&gt;Yes, this is difficult to explain simply.  I try to clarify it in the Checkout section, but for the purposes of most mental framing you have to do when trying to understand reset, I felt it more helpful to keep thinking of HEAD as the commit it eventually references - even when you're moving the branch HEAD points to, that's still changing the commit HEAD references.  I'll try to keep your confusion in mind when I eventually modify this post to put in the book itself to see if I can make it clearer.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Sat, 16 Jul 2011 12:51:21 -0000</pubDate></item><item><title>Re: Pro Git - Reset Demystified</title><link>http://progit.org//2011/07/11/reset.html#comment-253076457</link><description>&lt;p&gt;it has not yet - at some point soon, i will roll all of these posts into chapters and sections of the book and regenerate the multiple ebook versions. i got a couple more posts to go before i want to do that though.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 15 Jul 2011 17:29:31 -0000</pubDate></item><item><title>Re: Pro Git - Reset Demystified</title><link>http://progit.org//2011/07/11/reset.html#comment-252901266</link><description>&lt;p&gt;I did so in the Workflow section.  Search for those strings in the article to find where I explain exactly that.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 15 Jul 2011 14:18:06 -0000</pubDate></item><item><title>Re: Pro Git - Reset Demystified</title><link>http://progit.org//2011/07/11/reset.html#comment-252899397</link><description>&lt;p&gt;&lt;code&gt;git show [commit]:file.txt &amp;gt; file.txt&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 15 Jul 2011 14:16:31 -0000</pubDate></item><item><title>Re: Pro Git - Pro Git on your iPad</title><link>http://progit.org//2010/05/17/progit-for-the-ipad.html#comment-139551437</link><description>&lt;p&gt;thanks for the feedback, though I thought I made it clear that client side hooks are not enforceable unless everyone is working on a shared server.  there are good security reasons for this - you can't clone something from github or something and have it setup a script as a hook that could be malicious.  most places will have the hooks in a subdirectory of the repo and a script that will install them locally and set them up, then enforce stuff on the server side.  this is really the only safe way to handle this.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Thu, 03 Feb 2011 09:36:22 -0000</pubDate></item><item><title>Re: Separating Content From Style</title><link>http://www.trottercashion.com/2010/04/19/separating-content-from-style.html#comment-46314652</link><description>&lt;p&gt;no problem. thanks for using it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 23 Apr 2010 18:01:34 -0000</pubDate></item><item><title>Re: Pro Git - Smart HTTP Transport</title><link>http://progit.org//2010/03/04/smart-http.html#comment-46029044</link><description>&lt;p&gt;Bit of an update: GitHub now supports this protocol, if you're using a newer Git: &lt;a href="http://github.com/blog/642-smart-http-support" rel="nofollow noopener" target="_blank" title="http://github.com/blog/642-smart-http-support"&gt;http://github.com/blog/642-...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Thu, 22 Apr 2010 11:19:20 -0000</pubDate></item><item><title>Re: Pro Git - Smart HTTP Transport</title><link>http://progit.org//2010/03/04/smart-http.html#comment-40558260</link><description>&lt;p&gt;Yes, the client will fall back to trying the old method.  When you fetch, does it do the ref walking (printing out all the shas) or does it look like a normal fetch/clone?  Because it could be your client is not new enough (&amp;gt;=1.6.6) or your server is misconfigured.  Either would cause the client to fall back on the older push method which was DAV based.  You should be able to tell via the Apache logging if the request is getting to the backend or not.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 19 Mar 2010 12:21:48 -0000</pubDate></item><item><title>Re: Pro Git - Replace Kicker</title><link>http://progit.org//2010/03/17/replace.html#comment-40205707</link><description>&lt;p&gt;Thanks!  That's a good point - I don't always do that on purpose.  I think for-each-ref and it's use in scripting Git would be a good candidate for another article - I'll add it to the list.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Wed, 17 Mar 2010 14:04:30 -0000</pubDate></item><item><title>Re: Pro Git - Undoing Merges</title><link>http://progit.org//2010/03/02/undoing-merges.html#comment-38927404</link><description>&lt;p&gt;Reading this again - was this meant for the other post (on Grack?)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Wed, 10 Mar 2010 19:10:47 -0000</pubDate></item><item><title>Re: Pro Git - Undoing Merges</title><link>http://progit.org//2010/03/02/undoing-merges.html#comment-38927321</link><description>&lt;p&gt;I'm going to try to do replace refs in an upcoming post - I'll mention that.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Wed, 10 Mar 2010 19:09:53 -0000</pubDate></item><item><title>Re: Pro Git - Undoing Merges</title><link>http://progit.org//2010/03/02/undoing-merges.html#comment-38927224</link><description>&lt;p&gt;That's interesting - I honestly didn't know that.  I likewise have no idea if upload-pack and receive-pack actually work properly on Windows, which the Grack wrapper directly calls.  I would assume it would - let me know if you get it working, I'm pretty curious.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Wed, 10 Mar 2010 19:08:44 -0000</pubDate></item><item><title>Re: Pro Git - Smart HTTP Transport</title><link>http://progit.org//2010/03/04/smart-http.html#comment-38195331</link><description>&lt;p&gt;that's entirely up to codaset if they're going to implement and support that. it's not automatic, the servers need to be setup, obviously.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 05 Mar 2010 13:43:27 -0000</pubDate></item><item><title>Re: Pro Git - Smart HTTP Transport</title><link>http://progit.org//2010/03/04/smart-http.html#comment-38191663</link><description>&lt;p&gt;i assume you're asking specifically about GitHub here, not smart-http in general.  the answer in that case is 'yes', we are planning on supporting all repositories over https for authenticated access.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 05 Mar 2010 13:21:34 -0000</pubDate></item><item><title>Re: Pro Git - Undoing Merges</title><link>http://progit.org//2010/03/02/undoing-merges.html#comment-38009932</link><description>&lt;p&gt;thanks - i'll try to fix that.  it might take FB a bit to update itself.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Thu, 04 Mar 2010 14:32:58 -0000</pubDate></item><item><title>Re: Pro Git - Undoing Merges</title><link>http://progit.org//2010/03/02/undoing-merges.html#comment-38009847</link><description>&lt;p&gt;I'm an idiot - I knew that.  I've updated the post.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Thu, 04 Mar 2010 14:32:17 -0000</pubDate></item><item><title>Re: The Real Difference Between Mercurial and Git / Steve Losh</title><link>http://stevelosh.com/blog/2010/01/the-real-difference-between-mercurial-and-git/#comment-30846319</link><description>&lt;p&gt;I agree with much of this, but just to defend my site super quickly, I still feel that Git's branching model is still an advantage over Hg and that it is 'cheaper'.  As of the last time I checked, Hg still takes longer in absolute time to create a new branch and Hg lightweight branches are very difficult to get rid of later, which I would argue makes them more heavyweight.  It's true that it's more difficult to create anonymous branches in Git, but I would rather have the context of at least some description, so I don't really see that as an advantage, and definitely doesn't make it 'cheaper'. Hg users have created the 'bookmarks' extension to try to emulate Gits branching model, but there are still a few issues with it, specifically in the area of sharing and collaborating via those branches.  I try to keep that site basically up to date, but I don't think that your argument with respect to Hg/Git here is very accurate.  If you still disagree, that's cool - but I wanted to point out that the discrepancy is not due to ignorance or quantifiable inaccuracy on my part, but rather subjective disagreement between you and I.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 22 Jan 2010 05:14:31 -0000</pubDate></item><item><title>Re: Pro Git - Welcome to the Pro Git website</title><link>http://progit.org//2009/02/11/moved-to-github-pages.html#comment-16422031</link><description>&lt;p&gt;There is certainly no rule, but as the book is "Pro Git", in most professional situations it is probably a good idea to have something that the team uses to do releases off of or find a golden copy.  If there are several, someone has to integrate from each and push to the others or changes won't get propagated.  Then that person is responsible for merge conflicts between the teams, which they likely don't want to do.  In most organizations (commercial or open source projects), one of the remote repositories is likely to be thought of as 'blessed' by at least most of the team.  If there is another, I think that would be more likely considered a 'fork' in the traditional, more negative sense of the phrase.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Fri, 11 Sep 2009 10:42:33 -0000</pubDate></item><item><title>Re: Pro Git - The Gory Details</title><link>http://progit.org//2009/07/28/the-gory-details.html#comment-13482730</link><description>&lt;p&gt;Yes, you can either email me at [ schacon at gmail ] or you can fork the source on github and send me a pull request.  Or leave a comment here with details.  Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Tue, 28 Jul 2009 17:29:37 -0000</pubDate></item><item><title>Re: Pro Git - Welcome to the Pro Git website</title><link>http://progit.org//2009/02/11/moved-to-github-pages.html#comment-13445824</link><description>&lt;p&gt;There will be an official APress ebook version for sale, though someone made a sort of "print to file" version that you can get here: &lt;a href="http://redraftable.com/temp/progit.pdf" rel="nofollow noopener" target="_blank" title="http://redraftable.com/temp/progit.pdf"&gt;http://redraftable.com/temp...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Tue, 28 Jul 2009 10:24:41 -0000</pubDate></item><item><title>Re: Pro Git - Welcome to the Pro Git website</title><link>http://progit.org//2009/02/11/moved-to-github-pages.html#comment-13445790</link><description>&lt;p&gt;Nevermind - davedash pushed a fix for this typo to his fork on GitHub and I just pulled it in.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Tue, 28 Jul 2009 10:23:32 -0000</pubDate></item><item><title>Re: Pro Git - Welcome to the Pro Git website</title><link>http://progit.org//2009/02/11/moved-to-github-pages.html#comment-13445215</link><description>&lt;p&gt;thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Tue, 28 Jul 2009 10:07:28 -0000</pubDate></item><item><title>Re: Pro Git - Welcome to the Pro Git website</title><link>http://progit.org//2009/02/11/moved-to-github-pages.html#comment-13445176</link><description>&lt;p&gt;thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chacon</dc:creator><pubDate>Tue, 28 Jul 2009 10:06:07 -0000</pubDate></item></channel></rss>