Johannes Schindelin schrieb: > On Fri, 25 Jul 2008, Johannes Sixt wrote: > >> comm -13 <(git diff --name-only your-rev-here) <(git ls-files) > > But should it not be -12? I don't think so: -1 .. suppress lines unique to 1st arg, i.e. removed files -2 .. suppress lines unique to 2nd arg, i.e. unmodified files -3 .. suppress lines in both, i.e. modified and added files We want to keep lines that -2 would remove, that leaves -1 and -3. -- Hannes -- 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