"Neal Kreitzinger" <neal@xxxxxxxx> writes: > 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. Later I have some words on this. > ... 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. I do not know about random scripts people write, but there is nothing built-in. But *if* the _real_ reason you want to do this is because you do not want to see unnecessary mode changes caused by your filesystem that screws up file modes for whatever breakage, perhaps setting core.filemode to false so that mode changes made to the working tree files by your mode breaking filesystem might be the real solution. Of course I do not know if that is the real reason you are asking for that or not. -- 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