git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What should mergetool do with --no-prompt?
@ 2012-08-14  7:07 David Aguilar
  2012-08-14  7:18 ` Charles Bailey
  0 siblings, 1 reply; 6+ messages in thread
From: David Aguilar @ 2012-08-14  7:07 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Charles Bailey, Tim Henigan

Right now there are two code paths, resolving deletion conflicts
and resolving symlink conflicts, in git-mergetool that do not
honor --no-prompt.  They force user-interaction with the shell
even though the caller (such as a program) said that they do
not want to be prompted.

This was an oversight from when this option was first added.

I think a simple and sensible thing to do would be for mergetool
to skip over these entries when --no-prompt is supplied.

Does this sound like a good idea?
-- 
David

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

end of thread, other threads:[~2012-08-14 19:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14  7:07 What should mergetool do with --no-prompt? David Aguilar
2012-08-14  7:18 ` Charles Bailey
2012-08-14 15:06   ` Junio C Hamano
2012-08-14 17:09     ` Charles Bailey
2012-08-14 17:23       ` Junio C Hamano
2012-08-14 19:15         ` David Aguilar

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