git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How do I get a list of all unmerged files?
@ 2010-10-26 14:32 George Spelvin
  2010-10-26 15:31 ` Jay Soffian
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: George Spelvin @ 2010-10-26 14:32 UTC (permalink / raw)
  To: git; +Cc: linux

After a merge with conflicts, mostly resolved by rerere, I want to pass a list of
all unmerged files to the editor for manual review.

I can see the list (wrapped in a bunch of inconvenient human-readable cruft)
in "git status".  I can also get a list (again with a bunch of extraneous
info) from "git ls-files -u".  What I can't figure out is how to get
"git ls-files -u" with --stage turned *off*.

I'm sure this exists somewhere, but I can't find it.  Can someone enlighten
me?

vim `git command here`

Thank you.

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

end of thread, other threads:[~2010-10-27 19:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-26 14:32 How do I get a list of all unmerged files? George Spelvin
2010-10-26 15:31 ` Jay Soffian
2010-10-27 17:00   ` Eric Raible
2010-10-27 18:39     ` Joshua Juran
2010-10-27 19:18     ` Re: " Eric Raible
2010-10-26 16:05 ` Junio C Hamano
2010-10-26 16:23   ` Gavin Guo
2010-10-26 17:06 ` Eric Raible

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).