Alex Riesen <raa.lkml@xxxxxxxxx> writes: > On Sat, Mar 20, 2010 at 10:18, Bo Yang <struggleyb.nku@xxxxxxxxx> wrote: >> <line range> >> Its format should be <start pos>..<end pos> or just a <line number>. > > You might want to reconsider the line range syntax. Exactly the same syntax > is already used to specify a commit range, so reusing it may lead to confusion. I would actually recommend you take a look at -L option from blame. What I use most often and find very handy myself is this pattern: blame -L '/^void some_function()/,/^}/' -- path as I do not have to count the line numbers. There also was a discussion on allowing more than one -L to blame, which I think is applicable to this feature. Check the list archive for the past few months. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html