LWN: Comments on "Quotes of the week" https://lwn.net/Articles/420152/ This is a special feed containing comments posted to the individual LWN article titled "Quotes of the week". en-us Mon, 08 Sep 2025 01:15:02 +0000 Mon, 08 Sep 2025 01:15:02 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Quotes of the week https://lwn.net/Articles/421426/ https://lwn.net/Articles/421426/ johill <div class="FormattedComment"> What do you mean by the "edit mode"? It just invokes $EDITOR afaik?<br> </div> Mon, 03 Jan 2011 09:31:03 +0000 Quotes of the week https://lwn.net/Articles/421383/ https://lwn.net/Articles/421383/ kleptog <div class="FormattedComment"> I played with this during the week and it does seem pretty close. I've got to get used to the edit mode, but it's quite cool.<br> </div> Sat, 01 Jan 2011 14:25:35 +0000 Quotes of the week https://lwn.net/Articles/421041/ https://lwn.net/Articles/421041/ rvfh <p>I personally use <code>git rebase -i &lt;hash&gt;</code>. Isn't it what you're after?</p> Fri, 24 Dec 2010 20:23:32 +0000 Quotes of the week https://lwn.net/Articles/421029/ https://lwn.net/Articles/421029/ jthill <p> How would a duplicate hash in <em>different</em> projects cause trouble? <p> For history editing look at cherry-pick and reset --merge and rebase -i. If you use reset --merge to build clean presentation-quality branches without uninteresting safeties and mistakes, and then delete the noisy branches once all is good, not only is your repository a manifold but full quantum reality, virtual particles, foam and all! (I'm neither mathematician nor physicist so ttmv) Fri, 24 Dec 2010 19:03:13 +0000 Quotes of the week https://lwn.net/Articles/421025/ https://lwn.net/Articles/421025/ kleptog <div class="FormattedComment"> Jonathan Hartley may have been joking, but this is kind of the way I think about how git works. Except your space is actually weirdly compacted because each point is represented by a SHA hash. If it ever happens that two different projects end up with a hash collision I imagine the universe will implode.<br> <p> The only problem I have is that since commits are simply links between two "points" I imagine it should be easy to shuffle commits around, to merge and split them. But that just doesn't seem to be that simple (or I haven't found the right tool).<br> <p> Anyway, "git rebase" is cool. Just had to say that. :)<br> </div> Fri, 24 Dec 2010 16:26:08 +0000