On Oct 27, 2010, at 10:00 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
I use `git diff --stat`, via alias `git ds`.
Josh
--
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