git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Listing changed identifiers with git log/diff
@ 2020-06-29 10:18 Konstantin Kharlamov
  2020-06-29 19:24 ` Philippe Blain
  0 siblings, 1 reply; 3+ messages in thread
From: Konstantin Kharlamov @ 2020-06-29 10:18 UTC (permalink / raw)
  To: git

Git is able to recognise functions/variables changed, and even allows to see the history of such identifier with `-L` option.

But I couldn't find: how does one get a list of such identifiers in `git log` or `git diff`? This would be particularly useful for projects with odd requirements to have a list of identifiers changed in the commit message.

FTR, the diff text after the "@@…@@" does not cut it because for example if the diff is at the beginning of the function, then it would have a name of the previous function, i.e. not the one modified. As a hack, I tried passing an option `-U0`, but that didn't help, for one-line identifiers it still shows the name of the prev. identifier.


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

end of thread, other threads:[~2020-06-30  7:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 10:18 Listing changed identifiers with git log/diff Konstantin Kharlamov
2020-06-29 19:24 ` Philippe Blain
2020-06-30  7:00   ` Konstantin Kharlamov

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).