lkml.org 
[lkml]   [2006]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: git diff <-> diffstat

>> Ah, OK. The truncates are something I wasn't used from diffstat
>> (diffstat always prints the complete name).
>
>Yeah, I don't know what the right solution is.
>
>Especially with renames (but even without), diffstat-like output can get
>some _really_ long lines, and since I think it's important to get the
>actual _stat_ part to line up (so that you can really see where the big
>changes are),

Would it be useful to use the logarithm for the + and -? Like

#perl
print $filename, " | ",
"+" x log($additions) / log(2),
"-" x log($deletions) / log(2);

That would print 'small' changes with more or less (might want to
tune log(2)) their regular amount of +/-, while 'large' changes (say,
1000+?) do not create extremely long lines.



Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-09-25 08:25    [W:0.800 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site