>>>>> "Rob" == Rob Landley <[email protected]> writes:

Hi,

 Rob> I forget why that moved from stat() to lstat().  I vaguely
 Rob> recall there was a reason (although I thought it had moved the
 Rob> _other_ way?), but git's user interface is so utterly horrible
 Rob> that digging through the current source control archive to find
 Rob> the commits that changed it is beyond what I'm willing to do as
 Rob> a volunteer.  (I'm all in favor of distributed source control,
 Rob> but git's UI is actually worse than subversion's, and for some
 Rob> reason using "hg convert" on the busybox git archive gives me a
 Rob> totally corrupted mercurial archive.)

What's hard about git blame (and what makes it different than svn
blame?)

The -w option is nice as that particular line has been reindented a
few times. This gives:

commit e2b428cbb1fcbb71d56cdf6e5f640d11a2523c33
Author: Rob Landley <[email protected]>
Date:   Mon Mar 20 01:43:29 2006 +0000

    Use lstat() instead of stat so /init being a symlink doesn't screw people up
    (And use it consistently, for size reasons.)

-- 
Bye, Peter Korsgaard
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to