git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* filtering out mode-change-only changes
@ 2012-02-29  2:31 Neal Kreitzinger
  2012-02-29  3:40 ` Junio C Hamano
  0 siblings, 1 reply; 7+ messages in thread
From: Neal Kreitzinger @ 2012-02-29  2:31 UTC (permalink / raw)
  To: git

What is the best way to filter out the "mode change only" entries from a 
"name-status diff result" listing of changed files?

Reason-for-this:
get a list of files whose content changed and feed that list into a 
gui-diff-tool for visual review of "merge" (rebase) results.

Partial-Solutions:
--name-status does not have mode-change info.
--raw has mode change info but I would have to parse it out and compare it 
myself.
--summary has that info, but not the content modification info.

Before I write a script to discern "mode-change-only changes" and remove 
them from the list of changed files (thus leaving only content-changed files 
in the list), I'd like to see if there is some way that git 
already-does-this-for-you, or if someone already has a script that does 
this.

Thanks in advance for any tips.

v/r,
neal 

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

end of thread, other threads:[~2012-03-03 22:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29  2:31 filtering out mode-change-only changes Neal Kreitzinger
2012-02-29  3:40 ` Junio C Hamano
2012-02-29  3:52   ` Junio C Hamano
2012-02-29 19:11     ` Neal Kreitzinger
2012-02-29 19:52       ` Junio C Hamano
2012-03-03 22:16         ` Pete Harlan
2012-02-29 22:17     ` Junio C Hamano

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 NNTP newsgroup(s).