On 20 September 2013 14:07, Steffen Daode <sdaoden@gmail.com> wrote:
Speaking of it, and being on a level with it:
?0[steffen@sherwood tz.git]$ git blame --line-porcelain origin/master -- europe | sed -n 's/^author //p' | sort | uniq -c 2868 Arthur David Olson 155 Paul Eggert ?0[steffen@sherwood tz.git]$ git lo -1 0fdbcdc * 0fdbcdc Release tzcode2013a and tzdata2013a. ?0[steffen@sherwood tz.git]$ git blame --line-porcelain 0fdbcdc -- europe | sed -n 's/^author //p' | sort | uniq -c 2925 Arthur David Olson 48 Paul Eggert
I suspect your point would be made more clearly if you expressed in words what you tried to convey there. I believe not everyone knows git inside-out and can immediately grasp the relevance of the command lines you used and the output they produced. Cheers, Philip