From: Junio C Hamano <gitster@pobox.com>
To: David Aguilar <davvid@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] difftool: add a -y shortcut for --no-prompt
Date: Sat, 28 Mar 2009 01:56:02 -0700 [thread overview]
Message-ID: <7veiwivxel.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: 1237962599-29625-1-git-send-email-davvid@gmail.com
David Aguilar <davvid@gmail.com> writes:
> This is another consistency cleanup to make git-difftool's options
> match git-mergetool.
> ...
> @@ -60,11 +60,11 @@ sub generate_command
> $ENV{GIT_DIFF_TOOL} = substr($arg, 7);
> next;
> }
> - if ($arg eq '--no-prompt') {
> + if ($arg eq '-y' || '--no-prompt') {
This was the typo that broke 'pu'; I fixed it up and re-queued the series.
prev parent reply other threads:[~2009-03-28 9:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-25 6:29 [PATCH] difftool: add a -y shortcut for --no-prompt David Aguilar
2009-03-28 8:56 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7veiwivxel.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=davvid@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.