From: Jeff Epler <jepler@unpythonic.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] work around an obnoxious bash "safety feature" on OpenBSD
Date: Tue, 26 Jan 2010 20:41:48 -0600 [thread overview]
Message-ID: <20100127024148.GA18826@unpythonic.net> (raw)
In-Reply-To: <7veilcxudx.fsf@alter.siamese.dyndns.org>
On Tue, Jan 26, 2010 at 04:29:30PM -0800, Junio C Hamano wrote:
> update_squash_messages () {
> - if test -f "$SQUASH_MSG"; then
> + if test -f "$SQUASH_MSG"
> + then
I don't think this belongs here.
Jeff
next prev parent reply other threads:[~2010-01-27 2:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-27 0:29 [PATCH] work around an obnoxious bash "safety feature" on OpenBSD Junio C Hamano
2010-01-27 2:41 ` Jeff Epler [this message]
2010-01-27 3:01 ` Junio C Hamano
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=20100127024148.GA18826@unpythonic.net \
--to=jepler@unpythonic.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 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).