All of lore.kernel.org
 help / color / mirror / Atom feed
* Some observations on log -L
@ 2013-04-20  9:56 Ramkumar Ramachandra
  2013-04-20 15:24 ` Thomas Rast
  0 siblings, 1 reply; 2+ messages in thread
From: Ramkumar Ramachandra @ 2013-04-20  9:56 UTC (permalink / raw)
  To: Git List; +Cc: Thomas Rast

Hi,

Ever since 'git log -L' made it to `pu`, I've been playing with it to
see how it can be useful.  Here are some of my observations:

1. Specifying line ranges by hand are too painful.  I would really
love it if it could parse the lines off a patch prepared by
format-patch or something.

2. Specifying regex ranges are really useful to see the history of a
function.  But I think it could really benefit from a tool that
actually understands the language (using Clang Tooling).  If we were
to build such a tool, git-core could benefit immensely from it: we'd
have smarter merges too, for instance.

3. Often, I want to know the people to contact for a segment of code.
Blame is useless here, because it only considers the most recent
commit, when I want to know the authors of all the commits that helped
shaped that segment of code.  So, I think shortlog could really
benefit from a -L.  Is this easily doable?

Thanks for listening.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-20 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-20  9:56 Some observations on log -L Ramkumar Ramachandra
2013-04-20 15:24 ` Thomas Rast

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.