On 11:59 AM, Eric Raible wrote: > On 11:59 AM, Jay Soffian wrote: >> $ git help unmerged >> `git unmerged' is aliased to `!git ls-files --unmerged | cut -f2 | uniq' >> >> If there's a better way to do it, I don't know what it is. > > How about: git diff --name-only | uniq Or even better: git diff --name-only --diff-filter=U -- 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